#E9F8F8
A very light, moderate neutral closely aligning with Azure.
About #E9F8F8
Visually, #E9F8F8 is defined as a moderate neutral. Its closest recognized web color is Azure. Its digital footprint relies on 233 parts red, 248 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 6% cyan and 0% magenta inks. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E9F8F8
RGB233, 248, 248
HSL180.0°, 51.7%, 94.3%
CMYK6%, 0%, 0%, 3%
HSV180.0°, 6.0%, 97.3%
LAB96.5, -4.9, -1.7
XYZ84.1, 91.2, 102.0
Decimal15333624
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.25:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9F8F8;
}
.text-color {
color: #E9F8F8;
}
.border-color {
border: 2px solid #E9F8F8;
}