#E2F8DB
A very light, moderate neutral closely aligning with Beige.
About #E2F8DB
At its core, #E2F8DB is a very light and moderate hue. Its closest recognized web color is Beige. In the RGB color space, it consists of 226 red, 248 green, and 219 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 0% magenta, 12% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#E2F8DB
RGB226, 248, 219
HSL105.5°, 67.4%, 91.6%
CMYK9%, 0%, 12%, 3%
HSV105.5°, 11.7%, 97.3%
LAB95.3, -12.3, 11.5
XYZ77.7, 88.4, 80.0
Decimal14874843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.12:1
Text on #FFFFFF
FAIL
18.68:1
Text on #000000
AAA
1.07:1
Text on #F8FAFC
FAIL
15.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2F8DB;
}
.text-color {
color: #E2F8DB;
}
.border-color {
border: 2px solid #E2F8DB;
}