#E2E2DB
A very light, muted yellow closely aligning with Gainsboro.
About #E2E2DB
The precise color #E2E2DB is an excellent choice for modern design projects. Its closest recognized web color is Gainsboro. This translates to an RGB value of rgb(226, 226, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 0% Magenta, 3% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2E2DB
RGB226, 226, 219
HSL60.0°, 10.8%, 87.3%
CMYK0%, 0%, 3%, 11%
HSV60.0°, 3.1%, 88.6%
LAB89.7, -1.2, 3.4
XYZ71.3, 75.7, 77.9
Decimal14869211
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.14:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E2DB;
}
.text-color {
color: #E2E2DB;
}
.border-color {
border: 2px solid #E2E2DB;
}