#FFFAFA
snow
#FFFAFA is the CSS named color "snow", an exact match. In RGB it breaks down to red 255, green 250, and blue 250 out of 255 each. In HSL terms that's a hue of 0°, 100% saturation, and 99% lightness: very light, close to white — it works best as a background with dark text on top, not as text on a light page.
Every format
| HEX | #fffafa |
| RGB | rgb(255, 250, 250) |
| HSL | hsl(0° 100% 99%) |
| HSB | hsb(0° 2% 100%) |
| OKLCH | oklch(99% 0.005 17°) |
| OKLAB | oklab(99% 0.005 0.002) |
| LCH | lch(99% 1.8 20°) |
| CMYK | cmyk(0% 2% 2% 0%) |
Shades (darker)
#fffafa · #e5e0e0 · #cbc6c6 · #b2adad · #999595
Tints (lighter)
#fffafa · #fffafa · #fffbfb · #fffbfb · #fffbfb
Shades mix #FFFAFA toward black in even steps, useful for hover and pressed states in a UI; tints mix it toward white, useful for subtle backgrounds and disabled states that still read as the same color family.
On white: 1.03:1 — fails
On black: 20.31:1 — AAA
Frequently asked
- What is #FFFAFA in RGB?
- #FFFAFA is rgb(255, 250, 250) — red 255, green 250, blue 250 out of 255 each.
- Does #FFFAFA pass WCAG contrast on a white background?
- It has a contrast ratio of 1.03:1 against white, which fails for normal text.
- What's a good background color to pair with #FFFAFA?
- Black text or a black background gives better contrast (20.31:1) than white (1.03:1).