#FFFFF0
ivory
#FFFFF0 is the CSS named color "ivory", an exact match. In RGB it breaks down to red 255, green 255, and blue 240 out of 255 each. In HSL terms that's a hue of 60°, 100% saturation, and 97% 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 | #fffff0 |
| RGB | rgb(255, 255, 240) |
| HSL | hsl(60° 100% 97%) |
| HSB | hsb(60° 6% 100%) |
| OKLCH | oklch(100% 0.020 107°) |
| OKLAB | oklab(100% -0.006 0.019) |
| LCH | lch(100% 7.4 105°) |
| CMYK | cmyk(0% 0% 6% 0%) |
Shades (darker)
#fffff0 · #e4e4d6 · #cbcbbc · #b1b1a3 · #99988b
Tints (lighter)
#fffff0 · #fffff0 · #fffff0 · #fffff0 · #fffff1
Shades mix #FFFFF0 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.01:1 — fails
On black: 20.81:1 — AAA
Frequently asked
- What is #FFFFF0 in RGB?
- #FFFFF0 is rgb(255, 255, 240) — red 255, green 255, blue 240 out of 255 each.
- Does #FFFFF0 pass WCAG contrast on a white background?
- It has a contrast ratio of 1.01:1 against white, which fails for normal text.
- What's a good background color to pair with #FFFFF0?
- Black text or a black background gives better contrast (20.81:1) than white (1.01:1).