#DBE9B6
A very light, moderate green closely aligning with Palegoldenrod.
About #DBE9B6
The hex code #DBE9B6 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegoldenrod. Its digital footprint relies on 219 parts red, 233 parts green, and 182 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 6% C, 0% M, 22% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#DBE9B6
RGB219, 233, 182
HSL76.5°, 53.7%, 81.4%
CMYK6%, 0%, 22%, 9%
HSV76.5°, 21.9%, 91.4%
LAB90.2, -13.2, 23.3
XYZ66.8, 76.7, 55.5
Decimal14412214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.34:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE9B6;
}
.text-color {
color: #DBE9B6;
}
.border-color {
border: 2px solid #DBE9B6;
}