6 min read

What is the 3-Flash Rule? 2026 Guide to WCAG 2.3.1 Compliance

Quick Summary
  • What is it? A safety requirement for websites and videos. It says that content should not flash more than three times in any single second. Designed to prevent seizures for people with photosensitive epilepsy.
  • Why it matters? Certain flashing lights can trigger a seizure in less than a second. This happens so quickly that a person cannot look away or close their eyes in time to protect themselves.
  • What counts as a "flash"? Technically, a sudden change in light intensity (getting much brighter and then much darker, or vice versa). This also applies to transitions involving a very bright, saturated red color.
  • Is it a legal requirement? Yes. Under the Americans with Disabilities Act (ADA), many public and government-funded organizations in the U.S. must follow this safety standard.

The WCAG 2.3.1 "Three Flashes or Below" rule is a Level A safety standard requiring that web content does not flash more than three times in any one-second period. A flash is technically defined as a pair of opposing changes in relative luminance of 10% or more, where the darker image has a relative luminance below 0.80. This prevents photosensitive seizures by keeping visual stimuli below known biological triggers.

#The Science of Visual Safety

Photosensitive epilepsy (PSE) is triggered when the brain’s visual cortex is overstimulated by rhythmic stimuli. Between 3 and 30 Hertz (flashes per second) are the most common rates to trigger seizures, but this varies from person to person. While some people are sensitive at frequencies up to 60 Hertz, sensitivity under 3 Hertz is not common. Because neural synchronization can trigger a seizure in less than a second, users cannot simply "look away" from violating content.

Consequently, WCAG 2.3.1 is a non-interference requirement: a single violating element renders an entire page non-compliant, as the health risk is catastrophic.

The Frequency Danger Zone Diagram. Photosensitive epilepsy risk spectrum. Safe zone: 0-3 Hz. Danger zone: 3-30 Hz. Variable sensitivity zone: 30+ Hz.

#Technical Requirements of WCAG 2.3.1

To achieve Level A compliance, content must adhere to precise mathematical limits regarding frequency, luminance, and color.

#1. The Three-Flash Limit

A "flash" is defined as a pair of opposing changes in relative luminance (LL) of 10% or more, provided the relative luminance of the darker image is below 0.80.

  • Frequency: Content must not flash more than three times within any rolling one-second period.
  • Luminance Calculation: Relative luminance is determined using the sRGB formula: L=0.2126R+0.7152G+0.0722BL = 0.2126R + 0.7152G + 0.0722B.

#2. Defining a "Flash"

The human visual system is disproportionately sensitive to saturated red light. A saturated red transition occurs if:

  • One state in the transition meets R/(R+G+B)0.8R/(R+G+B) \ge 0.8.
  • The transition exceeds a chromaticity difference of 0.2 units in the CIE 1976 UCS diagram.

#3. The Spatial Exception (Steradians)

Content may be exempt if the flashing area is smaller than 0.006 steradians. This is approximately 25% of any 10-degree visual field. However, on high-density mobile displays or VR headsets held close to the face, even a small pixel area can exceed this safety limit.

#Generative AI Video: The 2026 Safety Crisis

The expansion of generative AI video has introduced "temporal instability" risks. Unlike human-edited video, AI models can produce:

  • Pixel-level Shimmering: High-frequency brightness fluctuations between frames.
  • Unintended Strobing: Rapid lighting transitions as models reconcile training data.
  • Chromatic Fluctuations: Sudden shifts in color saturation that can inadvertently trigger red flash thresholds.

#2026 Compliance and Implementation

As of April 2026, the Department of Justice finalized the ADA Title II update, making WCAG 2.1 Level AA the explicit standard for public entities.

Entity TypePopulation ServedCompliance Deadline
Large Public Entities\ge 50,000April 24, 2026
Small Public Entities<< 50,000April 26, 2027
Special DistrictsAnyApril 26, 2027

#Verification and Remediation Strategies

Manual observation is insufficient for detecting 10% luminance shifts. Organizations must utilize algorithmic tools like the Harding FPA or video-audit.com.

Manual audit (insufficient) vs Algorithmic tools (sufficient)

If content fails, remediation strategies include:

  • Contrast Reduction: Darkening the "high-state" or lightening the "low-state" to bring the delta below 10%.
  • Frame Rate Interpolation: Adding intermediate frames to smooth transitions.
  • Global Suppression: Implementing prefers-reduced-motion media queries to allow users to opt-out of animations.

#Conclusion

The 3-flash rule is a critical safeguard in an increasingly visual world. By adhering to the strict mathematical definitions of frequency and luminance, organizations ensure that their digital content is safe for all users. In the 2026 regulatory environment, precise verification is the only path to achieving Level A compliance and protecting the well-being of the photosensitive community.

#Frequently Asked Questions (FAQ)

If even a single element on a web page or within a video violates the WCAG 2.3.1 threshold, the entire page is considered non-compliant because the risk of inducing a seizure is immediate and catastrophic.