#E2FFFF
A very light, vivid neutral closely aligning with Lightcyan.
About #E2FFFF
Visually, #E2FFFF is defined as a vivid neutral. Designers often compare it to the standard color Lightcyan. This translates to an RGB value of rgb(226, 255, 255).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 11% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2FFFF
RGB226, 255, 255
HSL180.0°, 100.0%, 94.3%
CMYK11%, 0%, 0%, 0%
HSV180.0°, 11.4%, 100.0%
LAB98.0, -9.3, -3.2
XYZ85.2, 94.9, 108.4
Decimal14876671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.05:1
Text on #FFFFFF
FAIL
19.98:1
Text on #000000
AAA
1.00:1
Text on #F8FAFC
FAIL
16.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2FFFF;
}
.text-color {
color: #E2FFFF;
}
.border-color {
border: 2px solid #E2FFFF;
}