#F0FFF0
honeydew
#F0FFF0 is the CSS named color "honeydew", an exact match. In RGB it breaks down to red 240, green 255, and blue 240 out of 255 each. In HSL terms that's a hue of 120°, 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 | #f0fff0 |
| RGB | rgb(240, 255, 240) |
| HSL | hsl(120° 100% 97%) |
| HSB | hsb(120° 6% 100%) |
| OKLCH | oklch(98% 0.025 145°) |
| OKLAB | oklab(98% -0.021 0.014) |
| LCH | lch(99% 8.9 143°) |
| CMYK | cmyk(6% 0% 6% 0%) |
Shades (darker)
#f0fff0 · #d6e5d6 · #bdcbbd · #a4b2a4 · #8c9a8c
Tints (lighter)
#f0fff0 · #f1fff1 · #f1fff1 · #f2fff2 · #f2fff2
Shades mix #F0FFF0 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.04:1 — fails
On black: 20.27:1 — AAA
Frequently asked
- What is #F0FFF0 in RGB?
- #F0FFF0 is rgb(240, 255, 240) — red 240, green 255, blue 240 out of 255 each.
- Does #F0FFF0 pass WCAG contrast on a white background?
- It has a contrast ratio of 1.04:1 against white, which fails for normal text.
- What's a good background color to pair with #F0FFF0?
- Black text or a black background gives better contrast (20.27:1) than white (1.04:1).