#E9FFF0
A very light, vivid neutral closely aligning with Honeydew.
About #E9FFF0
When working with digital screens, the color #E9FFF0 is rendered by mixing light. It is closely associated with the named CSS color Honeydew. This translates to an RGB value of rgb(233, 255, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 9% Cyan, 0% Magenta, 6% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9FFF0
RGB233, 255, 240
HSL139.1°, 100.0%, 95.7%
CMYK9%, 0%, 6%, 0%
HSV139.1°, 8.6%, 100.0%
LAB98.1, -9.9, 4.7
XYZ85.1, 95.1, 96.3
Decimal15335408
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.05:1
Text on #FFFFFF
FAIL
20.03:1
Text on #000000
AAA
1.00:1
Text on #F8FAFC
FAIL
17.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9FFF0;
}
.text-color {
color: #E9FFF0;
}
.border-color {
border: 2px solid #E9FFF0;
}