#DBF82C
A medium, vivid yellow closely aligning with Yellow.
About #DBF82C
Visually, #DBF82C is defined as a vivid yellow. It is closely associated with the named CSS color Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 248, and 44.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 12% C, 0% M, 82% Y, and 3% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DBF82C
RGB219, 248, 44
HSL68.5°, 93.6%, 57.3%
CMYK12%, 0%, 82%, 3%
HSV68.5°, 82.3%, 97.3%
LAB92.7, -32.2, 84.3
XYZ63.2, 82.4, 15.0
Decimal14415916
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.20:1
Text on #FFFFFF
FAIL
17.48:1
Text on #000000
AAA
1.15:1
Text on #F8FAFC
FAIL
14.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF82C;
}
.text-color {
color: #DBF82C;
}
.border-color {
border: 2px solid #DBF82C;
}