#E2F8F8
A very light, moderate neutral closely aligning with Lightcyan.
About #E2F8F8
The hex code #E2F8F8 represents a beautifully specific shade of neutral. Its closest recognized web color is Lightcyan. This translates to an RGB value of rgb(226, 248, 248).
For print applications, it's crucial to understand its CMYK makeup. The color uses 9% Cyan, 0% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#E2F8F8
RGB226, 248, 248
HSL180.0°, 61.1%, 92.9%
CMYK9%, 0%, 0%, 3%
HSV180.0°, 8.9%, 97.3%
LAB96.0, -7.1, -2.5
XYZ81.9, 90.1, 101.9
Decimal14874872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.02:1
Text on #000000
AAA
1.06:1
Text on #F8FAFC
FAIL
16.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8F8;
}
.text-color {
color: #E2F8F8;
}
.border-color {
border: 2px solid #E2F8F8;
}