#E2DBDB
A very light, muted red closely aligning with Gainsboro.
About #E2DBDB
When working with digital screens, the color #E2DBDB is rendered by mixing light. Designers often compare it to the standard color Gainsboro. This translates to an RGB value of rgb(226, 219, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 3% magenta inks. The HSL representation is 0.0° hue, 10.8% saturation, and 87.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a very light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2DBDB
RGB226, 219, 219
HSL0.0°, 10.8%, 87.3%
CMYK0%, 3%, 3%, 11%
HSV0.0°, 3.1%, 88.6%
LAB87.9, 2.4, 0.8
XYZ69.5, 71.9, 77.2
Decimal14867419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.36:1
Text on #FFFFFF
FAIL
15.39:1
Text on #000000
AAA
1.30:1
Text on #F8FAFC
FAIL
13.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DBDB;
}
.text-color {
color: #E2DBDB;
}
.border-color {
border: 2px solid #E2DBDB;
}