Accessibility Statement
Last updated: March 21, 2026 • Field Assembly LLC
1. Conformance Status
Vellum aims to conform to the Web Content Accessibility Guidelines (WCAG) 2.1 at Level AA. WCAG defines requirements for designers and developers to improve accessibility for people with disabilities. Conformance at Level AA means content meets all Level A and Level AA success criteria.
We assess Vellum against these standards through periodic internal review and will engage independent accessibility auditors as the product matures.
2. Measures We Have Taken
The following accessibility improvements have been implemented across Vellum's public pages and application as of March 2026:
Color contrast
All text and interactive elements have been reviewed against WCAG 1.4.3 (Contrast Minimum). Primary buttons and call-to-action elements use a terracotta shade (#b0603b) that achieves a 4.59:1 contrast ratio against white. Body text uses deep charcoal (#2C2520) on a warm stone background for a ratio well above 7:1. Secondary text uses a warm gray (#6B5E57) that meets or exceeds 4.5:1 on all background surfaces it appears on.
Keyboard navigation
All interactive elements — links, buttons, and form fields — are reachable and operable via keyboard. Focus indicators are visible on all focusable elements, using a 2px terracotta (#C4714A) outline with a 3px offset. We use :focus-visible to show focus indicators only during keyboard navigation, avoiding distraction for mouse users.
Skip navigation
Every page includes a "Skip to main content" link as the first focusable element. This satisfies WCAG 2.4.1 (Bypass Blocks), allowing keyboard and screen reader users to skip repeated navigation and reach the primary content directly.
Semantic landmarks and structure
Pages use semantic HTML5 elements — <nav>, <main>, <footer>, and heading hierarchy (h1 through h3) — to provide meaningful structure for assistive technologies. The <main> element carries an id="main-content" attribute to support skip-link targeting.
Form labels and inputs
All form inputs in the Vellum application include associated <label> elements with correct for attributes, satisfying WCAG 1.3.1 (Info and Relationships). Placeholder text is not used as a substitute for labels.
Images and alternative text
Informational images include descriptive alt attributes. The Vellum logo in the navigation includes alt="Vellum". Decorative images that convey no information use empty alt="" attributes to be ignored by screen readers.
Language attribute
All pages include a lang="en" attribute on the <html> element, enabling screen readers to select the appropriate language and pronunciation rules.
3. Known Limitations
We are aware of the following areas where full accessibility has not yet been achieved:
- Voice input: The voice-to-document feature in the Vellum app relies on the browser's Web Speech API, which is not supported in all browsers. Users on unsupported browsers can use the text input fields as a full alternative.
- AI-generated document output: Documents generated by Vellum are produced dynamically. While the output area uses semantic HTML, we have not yet verified that all generated document formats meet WCAG contrast and structure requirements in every case. We are actively working to improve this.
- Complex data tables: Tables in generated documents may not include complete scope or header associations for complex multi-level structures. We are evaluating improvements to the generation pipeline.
4. Technical Specifications
Vellum relies on the following technologies for conformance:
- HTML5
- CSS3 (including custom properties)
- JavaScript (ES2020+, for the app interface)
- Web Speech API (optional, for voice input only)
The public marketing pages (landing, pricing, how-it-works, and all legal pages) are static HTML with no JavaScript dependencies, which supports broad compatibility with assistive technologies.
5. Supported Browsers and Assistive Technologies
We test against current versions of Chrome, Safari, Firefox, and Edge on desktop. For screen readers, we test against VoiceOver (macOS and iOS) and aim for compatibility with NVDA on Windows. We encourage users to contact us if they encounter issues with a specific browser or assistive technology combination.
6. Feedback and Contact
We welcome feedback on the accessibility of Vellum. If you encounter a barrier, notice a WCAG failure, or need content in an alternative format, please contact us:
Field Assembly LLC
63 Beach Street, Marblehead, MA 01945
legal@vellum.build
(781) 576-0505
We aim to respond to accessibility feedback within 5 business days.
7. Formal Complaints
If you are not satisfied with our response to an accessibility concern, you may contact the relevant national authority. In the United States, accessibility complaints related to digital products may be directed to the U.S. Department of Justice Civil Rights Division or the U.S. Access Board.
8. Assessment and Review
This statement reflects a self-assessment completed in March 2026. We review and update our accessibility practices as the product evolves. The next scheduled review is planned for September 2026.
See also: Terms of Service • Privacy Policy