#DBE20F
A medium, vivid yellow closely aligning with Yellow.
About #DBE20F
Visually, #DBE20F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellow. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 226, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 3% C, 0% M, 93% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DBE20F
RGB219, 226, 15
HSL62.0°, 87.6%, 47.3%
CMYK3%, 0%, 93%, 11%
HSV62.0°, 93.4%, 88.6%
LAB86.7, -22.5, 84.3
XYZ56.5, 69.5, 10.9
Decimal14410255
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.90:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE20F;
}
.text-color {
color: #DBE20F;
}
.border-color {
border: 2px solid #DBE20F;
}