#FFFACD
lemonchiffon
#FFFACD is the CSS named color "lemonchiffon", an exact match. In RGB it breaks down to red 255, green 250, and blue 205 out of 255 each. In HSL terms that's a hue of 54°, 100% saturation, and 90% 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 | #fffacd |
| RGB | rgb(255, 250, 205) |
| HSL | hsl(54° 100% 90%) |
| HSB | hsb(54° 20% 100%) |
| OKLCH | oklch(98% 0.058 102°) |
| OKLAB | oklab(98% -0.012 0.057) |
| LCH | lch(98% 22.6 99°) |
| CMYK | cmyk(0% 2% 20% 0%) |
Shades (darker)
#fffacd · #e5e0b4 · #ccc79b · #b3ae83 · #9a956c
Tints (lighter)
#fffacd · #fffbce · #fffbce · #fffccf · #fffdd0
Shades mix #FFFACD 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.06:1 — fails
On black: 19.81:1 — AAA
Frequently asked
- What is #FFFACD in RGB?
- #FFFACD is rgb(255, 250, 205) — red 255, green 250, blue 205 out of 255 each.
- Does #FFFACD pass WCAG contrast on a white background?
- It has a contrast ratio of 1.06:1 against white, which fails for normal text.
- What's a good background color to pair with #FFFACD?
- Black text or a black background gives better contrast (19.81:1) than white (1.06:1).