#DBF02C
A medium, vivid yellow closely aligning with Yellow.
About #DBF02C
When working with digital screens, the color #DBF02C is rendered by mixing light. Its closest recognized web color is Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 240, and 44.
If you are designing for print, the four-color process is what matters most. The color uses 9% Cyan, 0% Magenta, 82% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBF02C
RGB219, 240, 44
HSL66.4°, 86.7%, 55.7%
CMYK9%, 0%, 82%, 6%
HSV66.4°, 81.7%, 94.1%
LAB90.6, -28.5, 82.5
XYZ60.8, 77.6, 14.1
Decimal14413868
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.51:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBF02C;
}
.text-color {
color: #DBF02C;
}
.border-color {
border: 2px solid #DBF02C;
}