#DBE2C5
A very light, moderate yellow closely aligning with Beige.
About #DBE2C5
At its core, #DBE2C5 is a very light and moderate hue. Designers often compare it to the standard color Beige. Its digital footprint relies on 219 parts red, 226 parts green, and 197 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 3% cyan and 0% magenta inks. The HSL representation is 74.5° hue, 33.3% saturation, and 82.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DBE2C5
RGB219, 226, 197
HSL74.5°, 33.3%, 82.9%
CMYK3%, 0%, 13%, 11%
HSV74.5°, 12.8%, 88.6%
LAB88.7, -7.3, 13.4
XYZ66.5, 73.5, 63.5
Decimal14410437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.70:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE2C5;
}
.text-color {
color: #DBE2C5;
}
.border-color {
border: 2px solid #DBE2C5;
}