#DBE9A8
A light, moderate yellow closely aligning with Palegoldenrod.
About #DBE9A8
When working with digital screens, the color #DBE9A8 is rendered by mixing light. Its closest recognized web color is Palegoldenrod. In the RGB color space, it consists of 219 red, 233 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 6% cyan, 0% magenta, 28% yellow, and 9% black. The HSL representation is 72.9° hue, 59.6% saturation, and 78.6% lightness.
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#DBE9A8
RGB219, 233, 168
HSL72.9°, 59.6%, 78.6%
CMYK6%, 0%, 28%, 9%
HSV72.9°, 27.9%, 91.4%
LAB89.9, -15.2, 30.1
XYZ65.4, 76.2, 48.3
Decimal14412200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.23:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE9A8;
}
.text-color {
color: #DBE9A8;
}
.border-color {
border: 2px solid #DBE9A8;
}