#E2E9DB
A very light, muted green closely aligning with Linen.
About #E2E9DB
Visually, #E2E9DB is defined as a muted green. Designers often compare it to the standard color Linen. In the RGB color space, it consists of 226 red, 233 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. With a hue angle of 90.0 degrees, it sits comfortably in the green spectrum.
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#E2E9DB
RGB226, 233, 219
HSL90.0°, 24.1%, 88.6%
CMYK3%, 0%, 6%, 9%
HSV90.0°, 6.0%, 91.4%
LAB91.5, -4.8, 6.0
XYZ73.3, 79.6, 78.5
Decimal14871003
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.91:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E9DB;
}
.text-color {
color: #E2E9DB;
}
.border-color {
border: 2px solid #E2E9DB;
}