#F0FFF0 color codes
- HEX
- #F0FFF0
- HEX8
- #F0FFF0FF
- HEX8 (Android)
- #FFF0FFF0
- RGB
- rgb(240, 255, 240)
- RGB (%)
- 94%, 100%, 94%
- HSL
- hsl(120, 100%, 97%)
- HSV / HSB
- hsv(120, 6%, 100%)
- CMYK
- cmyk(6%, 0%, 6%, 0%)
- OKLCH
- oklch(0.9848 0.0252 145.38)
- OKLCH (%)
- oklch(98.48% 0.0252 145.38)
- Decimal
- 15794160
What color is #F0FFF0?
#F0FFF0 sits at 98% lightness and 0.0252 chroma in OKLCH, hue 145.38°. Its nearest named color is Honeydew (an exact match).
Shades and tints of #F0FFF0
Tints
Shades
Tones
#F0FFF0 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #F0FFF0 in CSS
.text { color: #F0FFF0; }
.background { background-color: #F0FFF0; }
.border { border: 2px solid #F0FFF0; }
/* Modern, perceptually uniform */
.text { color: oklch(0.9848 0.0252 145.38); }
/* #F0FFF0 at 50% transparency */
.overlay { background-color: #F0FFF080; }Is #F0FFF0 accessible?
#F0FFF0 on white text scores 1.04:1; on black text it scores 20.27:1. Black text passes WCAG AAA on #F0FFF0. Recommended text color on a #F0FFF0 background: black.
A 20.27:1 vs black
A 1.04:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: black
CSS
contrast-color() contrast-color(#F0FFF0) → black APCA Lc experimental 103.6 Lc · body text — preferred (black text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: White #FFFFFF. See more in the white family on the colors hub.
Frequently asked questions
- What color is #F0FFF0?
- #F0FFF0 is Honeydew. In RGB it is rgb(240, 255, 240), and in HSL hsl(120, 100%, 97%).
- What is #F0FFF0 in RGB?
- #F0FFF0 converts to rgb(240, 255, 240) — red 240, green 255, blue 240.
- What text color is readable on #F0FFF0?
- Black text — it has the higher contrast ratio (20.27:1) against #F0FFF0. Black text passes WCAG AAA on #F0FFF0.