#DBF0A8
A very light, vivid green closely aligning with Palegoldenrod.
About #DBF0A8
The hex code #DBF0A8 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Palegoldenrod. This translates to an RGB value of rgb(219, 240, 168).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 0% magenta, 30% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DBF0A8
RGB219, 240, 168
HSL77.5°, 70.6%, 80.0%
CMYK9%, 0%, 30%, 6%
HSV77.5°, 30.0%, 94.1%
LAB91.8, -18.6, 32.6
XYZ67.4, 80.2, 49.0
Decimal14413992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.04:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF0A8;
}
.text-color {
color: #DBF0A8;
}
.border-color {
border: 2px solid #DBF0A8;
}