← All guides

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.

By CannAgent6 min read

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=&ldquo;&rdquo;` matching the input&rsquo;s id, OR an `aria-label` / `aria-labelledby`. Plaintiff-firm scanners catch this trivially.
  • **Heading hierarchy.** Don&rsquo;t skip from `<h1>` to `<h4>`. Don&rsquo;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&rsquo;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&rsquo;t have to walk every nav item before reaching content.

Physical premises — the 9-point operator checklist

  1. **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.
  2. **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&rsquo;s a violation.
  3. **Door clear width 32 inches minimum.** Many older buildings have doors at 30-31 inches. Measure yours.
  4. **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.
  5. **Counter height ≤36 inches** for at least one section of the budtender counter. The whole counter doesn&rsquo;t need to be lower; a designated accessible section does.
  6. **Aisle width ≥36 inches** between display cases. Cannabis dispensaries that pack the floor with merchandise displays often violate this.
  7. **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.
  8. **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.
  9. **No barriers to a customer using their own mobility device.** Don&rsquo;t designate &ldquo;wheelchair-only&rdquo; areas; don&rsquo;t require a customer in a wheelchair to be assisted; don&rsquo;t make them leave the device at the door.

What a real defense looks like (when the demand letter arrives)

  1. **Don&rsquo;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.
  2. **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.
  3. **Fix the real issues fast.** Settlement value is lower if you&rsquo;ve already remediated. Plaintiff-firms looking for easy money lose interest when they realize you&rsquo;re fixing the issues regardless.
  4. **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 &ldquo;ignored the law&rdquo; and &ldquo;was working on it when the suit landed.&rdquo;
  5. **Negotiate down.** Most plaintiff-firms will settle for half their initial demand if you have a credible remediation plan + counsel responding professionally. Don&rsquo;t pay the first number; don&rsquo;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&rsquo;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

Ready to talk through your migration?

30-minute demo. We end by quoting the cutover from your current setup — fixed scope, no hourly games.