← Back to summary

https://www.sprucetech.ai/contact PASS

Score: 100/100 • Errors: 0 • Warnings: 2 • Notices: 0
Tests Passed: 27/29 • Response Time: 2578ms
Target: WCAG 2.2 Level AA • Settle Delay: 2000ms • Audit Profile: wcag • Run Profile: desktop
Tags Used: wcag2a, wcag2aa, wcag21a, wcag21aa, wcag22a, wcag22aa
Excluded Rules: none

Incomplete (manual review) (2)

color-contrast serious
Elements must meet minimum color contrast ratio thresholds
Manual review required to confirm this issue.
nodes: 20
target h1
Fix any of the following: Element's background color could not be determined because element contains an image node
HTML snippet
<h1 class="text-4xl font-bold tracking-tight text-white sm:text-6xl">Let's Start a Conversation</h1>
target .mt-6
Fix any of the following: Element's background color could not be determined because element contains an image node
HTML snippet
<p class="mt-6 text-lg leading-8 text-neutral-200">Ready to transform your organization with AI? Get in touch with our team to discuss your needs and explore how Spruce AI can help you achieve your goals.</p>
target label[for="firstname"]
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<label for="firstname" class="block text-xs font-semibold tracking-widest text-white uppercase mb-3 opacity-90">First Name</label>
target #firstname
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<input type="text" id="firstname" required="" placeholder="Your First Name" class="block w-full border-..." name="firstname" value="">
target label[for="lastname"]
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<label for="lastname" class="block text-xs font-semibold tracking-widest text-white uppercase mb-3 opacity-90">Last Name</label>
target #lastname
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<input type="text" id="lastname" required="" placeholder="Your Last Name" class="block w-full border-..." name="lastname" value="">
target label[for="email"]
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<label for="email" class="block text-xs font-semibold tracking-widest text-white uppercase mb-3 opacity-90">Email</label>
target #email
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<input type="email" id="email" required="" placeholder="Your Email" class="block w-full border-0 border-b-2 border-white/30 bg-transparent px-0 py-3 text-white placeholder:text-white/60 focus:border-orange-500 focus:outline-none focus:ring-0 transition-colors duration-200" name="email" value="">
target label[for="jobtitle"]
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<label for="jobtitle" class="block text-xs font-semibold tracking-widest text-white uppercase mb-3 opacity-90">Job Title</label>
target #jobtitle
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<input type="text" id="jobtitle" required="" placeholder="Your Job Title" class="block w-full border-..." name="jobtitle" value="">
target label[for="company"]
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<label for="company" class="block text-xs font-semibold tracking-widest text-white uppercase mb-3 opacity-90">Organization / Company</label>
target #company
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<input type="text" id="company" required="" placeholder="Your Organization / ..." class="block w-full border-..." name="company" value="">
target label[for="area_of_interest"]
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<label for="area_of_interest" class="block text-xs font-semibold tracking-widest text-white uppercase mb-3 opacity-90">Topic of Interest</label>
target #area_of_interest
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<select id="area_of_interest" name="area_of_interest" required="" class="block w-full border-0 border-b-2 border-white/30 bg-transparent px-0 py-3 text-white placeholder:text-white/60 focus:border-orange-500 focus:outline-none focus:ring-0 transition-colors duration-200">
target button > span
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<span>Submit</span>
target h3
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<h3 class="text-lg font-semibold text-neutral-900 dark:text-neutral-100">Why Choose Spruce AI?</h3>
target .items-start:nth-child(1) > .ml-3
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<span class="ml-3">18 years of technology expertise</span>
target .items-start:nth-child(2) > .ml-3
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<span class="ml-3">Proven track record with public and private organizations</span>
target .items-start:nth-child(3) > .ml-3
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<span class="ml-3">End-to-end AI solutions from strategy to implementation</span>
target .items-start:nth-child(4) > .ml-3
Fix any of the following: Element's background color could not be determined due to a background image
HTML snippet
<span class="ml-3">Commitment to trust, integrity, and partner satisfaction</span>
video-caption critical
<video> elements must have captions
Manual review required to confirm this issue.
nodes: 1
target video
Fix all of the following: Check that captions are available for the element
HTML snippet
<video autoplay="" loop="" muted="" playsinline="" class="absolute inset-0 w-full h-full object-cover"><source src="/contact-hero-background.mp4" type="video/mp4"></video>