#DBE216
A medium, vivid yellow closely aligning with Yellow.
About #DBE216
At its core, #DBE216 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellow. This translates to an RGB value of rgb(219, 226, 22).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 3% C, 0% M, 90% Y, and 11% K. 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DBE216
RGB219, 226, 22
HSL62.1°, 82.3%, 48.6%
CMYK3%, 0%, 90%, 11%
HSV62.1°, 90.3%, 88.6%
LAB86.8, -22.4, 83.5
XYZ56.6, 69.5, 11.2
Decimal14410262
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.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #DBE216;
}
.text-color {
color: #DBE216;
}
.border-color {
border: 2px solid #DBE216;
}