#DBE9D3
A very light, moderate green closely aligning with Beige.
About #DBE9D3
At its core, #DBE9D3 is a very light and moderate hue. Designers often compare it to the standard color Beige. This translates to an RGB value of rgb(219, 233, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 6% cyan and 0% magenta inks. With a hue angle of 98.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBE9D3
RGB219, 233, 211
HSL98.2°, 33.3%, 87.1%
CMYK6%, 0%, 9%, 9%
HSV98.2°, 9.4%, 91.4%
LAB90.8, -8.6, 9.1
XYZ70.1, 78.0, 73.0
Decimal14412243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.61:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE9D3;
}
.text-color {
color: #DBE9D3;
}
.border-color {
border: 2px solid #DBE9D3;
}