#DBF8AF
A very light, vivid green closely aligning with Palegoldenrod.
About #DBF8AF
Visually, #DBF8AF is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegoldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 248, and 175.
If you are designing for print, the four-color process is what matters most. The color uses 12% Cyan, 0% Magenta, 29% Yellow, and 3% Black. With a hue angle of 83.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#DBF8AF
RGB219, 248, 175
HSL83.8°, 83.9%, 82.9%
CMYK12%, 0%, 29%, 3%
HSV83.8°, 29.4%, 97.3%
LAB94.0, -21.5, 32.0
XYZ70.5, 85.3, 53.3
Decimal14416047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.16:1
Text on #FFFFFF
FAIL
18.06:1
Text on #000000
AAA
1.11:1
Text on #F8FAFC
FAIL
15.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF8AF;
}
.text-color {
color: #DBF8AF;
}
.border-color {
border: 2px solid #DBF8AF;
}