#E2E2D3
A very light, muted yellow closely aligning with Linen.
About #E2E2D3
When working with digital screens, the color #E2E2D3 is rendered by mixing light. It is closely associated with the named CSS color Linen. This translates to an RGB value of rgb(226, 226, 211).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. The HSL representation is 60.0° hue, 20.5% saturation, and 85.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2E2D3
RGB226, 226, 211
HSL60.0°, 20.5%, 85.7%
CMYK0%, 0%, 7%, 11%
HSV60.0°, 6.6%, 88.6%
LAB89.5, -2.6, 7.3
XYZ70.3, 75.3, 72.4
Decimal14869203
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.05:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E2D3;
}
.text-color {
color: #E2E2D3;
}
.border-color {
border: 2px solid #E2E2D3;
}