#DBF0B6
A very light, moderate green closely aligning with Palegoldenrod.
About #DBF0B6
The hex code #DBF0B6 represents a beautifully specific shade of green. Designers often compare it to the standard color Palegoldenrod. In the RGB color space, it consists of 219 red, 240 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 0% magenta, 24% yellow, and 6% black. The HSL representation is 81.7° hue, 65.9% saturation, and 82.7% 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#DBF0B6
RGB219, 240, 182
HSL81.7°, 65.9%, 82.7%
CMYK9%, 0%, 24%, 6%
HSV81.7°, 24.2%, 94.1%
LAB92.0, -16.6, 25.8
XYZ68.8, 80.8, 56.2
Decimal14414006
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.15:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF0B6;
}
.text-color {
color: #DBF0B6;
}
.border-color {
border: 2px solid #DBF0B6;
}