#DBE2CC
A very light, muted green closely aligning with Beige.
About #DBE2CC
When working with digital screens, the color #DBE2CC is rendered by mixing light. Designers often compare it to the standard color Beige. This translates to an RGB value of rgb(219, 226, 204).
For print applications, it's crucial to understand its CMYK makeup. The color uses 3% Cyan, 0% Magenta, 10% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
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#DBE2CC
RGB219, 226, 204
HSL79.1°, 27.5%, 84.3%
CMYK3%, 0%, 10%, 11%
HSV79.1°, 9.7%, 88.6%
LAB88.8, -6.2, 9.9
XYZ67.3, 73.8, 67.8
Decimal14410444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.76:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.40:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE2CC;
}
.text-color {
color: #DBE2CC;
}
.border-color {
border: 2px solid #DBE2CC;
}