#FFF0F5
lavenderblush
#FFF0F5 is the CSS named color "lavenderblush", an exact match. In RGB it breaks down to red 255, green 240, and blue 245 out of 255 each. In HSL terms that's a hue of 340°, 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 | #fff0f5 |
| RGB | rgb(255, 240, 245) |
| HSL | hsl(340° 100% 97%) |
| HSB | hsb(340° 6% 100%) |
| OKLCH | oklch(97% 0.017 355°) |
| OKLAB | oklab(97% 0.017 -0.001) |
| LCH | lch(96% 5.9 355°) |
| CMYK | cmyk(0% 6% 4% 0%) |
Shades (darker)
#fff0f5 · #e5d7db · #ccbec2 · #b3a5aa · #9b8e92
Tints (lighter)
#fff0f5 · #fff1f6 · #fff2f7 · #fff3f8 · #fff4f9
Shades mix #FFF0F5 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.10:1 — fails
On black: 19.03:1 — AAA
Frequently asked
- What is #FFF0F5 in RGB?
- #FFF0F5 is rgb(255, 240, 245) — red 255, green 240, blue 245 out of 255 each.
- Does #FFF0F5 pass WCAG contrast on a white background?
- It has a contrast ratio of 1.10:1 against white, which fails for normal text.
- What's a good background color to pair with #FFF0F5?
- Black text or a black background gives better contrast (19.03:1) than white (1.10:1).