#E2F8FF
A very light, vivid neutral closely aligning with Aliceblue.
About #E2F8FF
The hex code #E2F8FF represents a beautifully specific shade of neutral. Designers often compare it to the standard color Aliceblue. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 248, and 255.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 11% cyan, 3% magenta, 0% yellow, and 0% black. The HSL representation is 194.5° hue, 100.0% saturation, and 94.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2F8FF
RGB226, 248, 255
HSL194.5°, 100.0%, 94.3%
CMYK11%, 3%, 0%, 0%
HSV194.5°, 11.4%, 100.0%
LAB96.2, -5.8, -5.8
XYZ83.0, 90.5, 107.7
Decimal14874879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.10:1
Text on #FFFFFF
FAIL
19.10:1
Text on #000000
AAA
1.05:1
Text on #F8FAFC
FAIL
16.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8FF;
}
.text-color {
color: #E2F8FF;
}
.border-color {
border: 2px solid #E2F8FF;
}