#E2FFF0
A very light, vivid neutral closely aligning with Honeydew.
About #E2FFF0
At its core, #E2FFF0 is a very light and vivid hue. Its closest recognized web color is Honeydew. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 255, and 240.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2FFF0
RGB226, 255, 240
HSL149.0°, 100.0%, 94.3%
CMYK11%, 0%, 6%, 0%
HSV149.0°, 11.4%, 100.0%
LAB97.6, -12.1, 4.0
XYZ82.9, 94.0, 96.2
Decimal14876656
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.06:1
Text on #FFFFFF
FAIL
19.80:1
Text on #000000
AAA
1.01:1
Text on #F8FAFC
FAIL
16.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FFF0;
}
.text-color {
color: #E2FFF0;
}
.border-color {
border: 2px solid #E2FFF0;
}