Contrast Check: #999999 on #FFFFFF
Light gray (#999999) on White (#FFFFFF) — 2.85:1, fails all WCAG tiers.
At a glance
- Contrast ratio
- 2.85:1
- WCAG AA (normal text)
- Fail
- WCAG AA (large text)
- Fail
- WCAG AAA (normal text)
- Fail
- UI components / non-text
- Fail
Light gray text on a white background is one of the most frequently checked combinations in web design. The measured WCAG 2.1 contrast ratio is 2.85:1. It fails WCAG AA for body text. You should darken the foreground or lighten the background before shipping. Below the AA threshold for normal text — readable to many designers under ideal conditions but inaccessible to anyone with low vision or in bright sunlight.
Frequently asked questions
Is #999999 on #FFFFFF accessible?
Where is this combination commonly used?
How is this ratio calculated?
(L1 + 0.05) / (L2 + 0.05) where L1 and L2 are the relative luminances of the lighter and darker colors. Each channel is gamma-corrected (linearized) before applying coefficients 0.2126·R + 0.7152·G + 0.0722·B. The two formulas weight green most because the human eye is most sensitive to green wavelengths.What if I need a higher ratio than 2.85:1?
Related Tools
Color Palette
Extract colors from images or generate harmonious palettes.
Color Gradient Test
Test your monitor for color banding and 8-bit vs 10-bit depth with smooth gradients across grayscale, red, green, blue, and hue channels.
CSS Gradient
Visual CSS background generator & code.
Logo Maker
Design logos with a drag-and-drop canvas editor. Add text, icons, and shapes — export PNG, SVG, or ZIP.
CSS Cheatsheet
Quick reference for CSS selectors, Flexbox, Grid, typography, animations, and modern CSS. Search and copy instantly.