#DBE23A
A medium, vivid yellow closely aligning with Yellowgreen.
About #DBE23A
Visually, #DBE23A is defined as a vivid yellow. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 219 red, 226 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 3% Cyan, 0% Magenta, 74% Yellow, and 11% Black. The HSL representation is 62.5° hue, 74.3% saturation, and 55.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBE23A
RGB219, 226, 58
HSL62.5°, 74.3%, 55.7%
CMYK3%, 0%, 74%, 11%
HSV62.5°, 74.3%, 88.6%
LAB86.9, -21.4, 75.4
XYZ57.2, 69.8, 14.5
Decimal14410298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.95:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE23A;
}
.text-color {
color: #DBE23A;
}
.border-color {
border: 2px solid #DBE23A;
}