Compliance + legal-exposure playbook
ADA compliance for cannabis dispensaries — the federal exposure most operators forget
The Americans with Disabilities Act applies to cannabis dispensaries even though cannabis remains federally illegal. Title III — the public-accommodations title — runs against your physical premises AND your website, regardless of whether your business is a federal felony. Plaintiff-firms have built specialized practices around dispensary ADA suits, particularly in CA, NY, and FL, with a growing presence in WA. The demand-letter typically arrives weeks before any actual visit; settlement runs $5K-$15K plus attorney fees, OR you fight + risk losing on summary judgment because the issues are usually black-and-white. The 9-point operator checklist that prevents the demand-letter pipeline + the website-accessibility issues that drive 80% of dispensary ADA suits.
Why ADA applies even though cannabis is federally illegal
The conflict-of-laws argument operators sometimes raise (“cannabis is federally illegal so federal law doesn’t protect federal-illegal customers”) has been litigated and lost. Title III applies to public accommodations regardless of the legality of the underlying business at the federal level. Courts have held that a business operating as a public accommodation under state law is a public accommodation under the ADA. The dispensary owner’s federal cannabis exposure is a separate issue from the federal ADA exposure. Both apply.
Website accessibility — where 80% of suits come from
Most dispensary ADA suits target the website, not the store. Reasons: (1) the plaintiff-firm scanner can find issues faster on a website than on a physical visit, (2) website issues are easy to document with screenshots, (3) many dispensary websites genuinely don’t comply. The standard the courts apply is generally WCAG 2.1 Level AA — that’s the ceiling you’re held to.
- **Alt text on every image.** Product photos, decorative graphics, banner ads — every image needs descriptive alt text OR an explicit `alt=“”` for purely decorative images. Empty alt is the #1 issue cited; auto-generated CMS images often ship with no alt at all.
- **Color contrast 4.5:1 minimum** for body text, 3:1 for large text. Cannabis-industry sites frequently violate this with light-on-dark hero text (looks moody on the brand-palette mockup, fails contrast in production).
- **Keyboard-navigable.** Every interactive element must be reachable with Tab + actionable with Enter/Space. Hover-to-reveal menus that don’t respond to Tab fail.
- **Form labels associated with inputs.** Every `<input>` needs a `<label>` with `for=“”` matching the input’s id, OR an `aria-label` / `aria-labelledby`. Plaintiff-firm scanners catch this trivially.
- **Heading hierarchy.** Don’t skip from `<h1>` to `<h4>`. Don’t use heading tags for visual styling without semantic meaning.
- **Focus visible.** The `:focus` pseudo-class must produce a visible outline. CSS that resets `outline: none` without a replacement outline fails.
- **Video captions.** Any embedded video on the site needs captions. Most cannabis dispensary sites don’t have videos; if you do, this applies.
- **Accessible PDFs.** Menu PDFs, vendor brochures, anything PDF-format must be tagged + readable by screen readers. Image-only PDFs (a JPG of a menu wrapped in a PDF) categorically fail.
- **Skip-to-main-content link** at the top of the page so screen-reader users don’t have to walk every nav item before reaching content.
Physical premises — the 9-point operator checklist
- **Accessible parking.** At least one ADA-compliant parking space per the count required by parking-lot total. Van-accessible designation if your lot has 5+ accessible spaces. Properly painted blue, signed, and the access aisle is at least 8 feet wide.
- **Curb cut + path of travel.** From the accessible parking space to the main entrance, no steps, no >0.5-inch lip transitions, ramped curb cuts where needed. If your sidewalk has a 3-inch curb between the parking lot and the door, that’s a violation.
- **Door clear width 32 inches minimum.** Many older buildings have doors at 30-31 inches. Measure yours.
- **Door pull force.** Interior doors ≤5 lbf to open; exterior ≤8.5 lbf. A heavy security door that takes both hands to pull may be a violation. Test with a force gauge or a luggage scale hooked to the door pull.
- **Counter height ≤36 inches** for at least one section of the budtender counter. The whole counter doesn’t need to be lower; a designated accessible section does.
- **Aisle width ≥36 inches** between display cases. Cannabis dispensaries that pack the floor with merchandise displays often violate this.
- **Restroom accessibility.** If you have a public restroom, it must be ADA-compliant: 60-inch turning radius, grab bars, accessible toilet height, accessible sink. Most older buildings need a remodel here.
- **Service-animal policy posted + trained.** Service animals must be allowed on the premises. Staff cannot ask for documentation, ask the disability, or refuse entry to a properly-behaved service animal. Train every budtender on the two questions you CAN ask: (1) is the animal a service animal required because of a disability, (2) what work or task has the animal been trained to perform.
- **No barriers to a customer using their own mobility device.** Don’t designate “wheelchair-only” areas; don’t require a customer in a wheelchair to be assisted; don’t make them leave the device at the door.
What a real defense looks like (when the demand letter arrives)
- **Don’t respond to the plaintiff-firm directly.** Forward to your business attorney + your insurance carrier same day. Most general-business-liability policies have an ADA defense rider; check yours.
- **Run a real audit.** Hire an ADA-specialist consultant ($1,500-$3,500) for a written walk-through of the property + a website audit. The report is your defense exhibit + your remediation roadmap.
- **Fix the real issues fast.** Settlement value is lower if you’ve already remediated. Plaintiff-firms looking for easy money lose interest when they realize you’re fixing the issues regardless.
- **Get a written remediation timeline + budget signed off by ownership.** Courts evaluate good-faith effort; a documented remediation plan with dates is the difference between “ignored the law” and “was working on it when the suit landed.”
- **Negotiate down.** Most plaintiff-firms will settle for half their initial demand if you have a credible remediation plan + counsel responding professionally. Don’t pay the first number; don’t fight every demand.
What CannAgent does to make this stick
- **Public-site accessibility audit on every deploy.** axe-core integration runs on every preview deploy + flags Critical + Serious issues before merge. Catches the regression class where a designer ships a hero with 3.2:1 contrast.
- **Alt-text required at product upload.** Product-photo upload form requires alt text (per-photo, not optional). Migration tool flags every existing product without alt and surfaces in /admin/products/missing-alt.
- **PageHelp panel on /admin/ada-compliance** — full 9-point checklist + remediation status per item + links to the relevant WAC + ADA-Title-III code references. Doug + Kat tick items as they’re verified; auto-generates the audit-defense binder doc.
- **Service-animal staff-training module** wired into onboarding ledger — every budtender completes before solo register access (matches the WSLCB training cadence).
- **Customer-facing website meets WCAG 2.1 AA out of the box** — the seattlecannabis.co + greenlifecannabis.com templates pass axe with zero Critical + Serious issues; the platform inherits.
Takeaways
- ADA Title III applies to cannabis dispensaries despite federal cannabis illegality — Plaintiff-firms specifically target the industry; demand letters typically run $5K-$15K + attorney fees per cycle
- 80% of dispensary ADA suits target the website, not the store. WCAG 2.1 AA is the practical standard; axe DevTools (free) catches what the plaintiff-firm scanners catch — fix Critical + Serious flags first
- Physical-premises 9-point checklist: accessible parking, curb-cut path of travel, 32-inch door width, ≤5/8.5 lbf door pull, ≤36-inch counter section, ≥36-inch aisles, ADA restroom, service-animal policy, no mobility-device restrictions
- When the demand letter arrives: forward to attorney + insurance same day, hire a real ADA consultant for the audit, fix real issues fast, get remediation timeline signed off by ownership, negotiate down — most settle at half the initial demand
- Insurance gotcha: many cannabis-industry GL policies exclude ADA defense specifically because plaintiff-firms target the industry — verify your policy BEFORE the letter arrives
- CannAgent: axe-core on every preview deploy + alt-text required at product upload + 9-point /admin/ada-compliance checklist + service-animal training module + WCAG 2.1 AA-compliant public-site templates
Ready to talk through your migration?
30-minute demo. We end by quoting the cutover from your current setup — fixed scope, no hourly games.