#D3E216
A medium, vivid yellow closely aligning with Yellow.
About #D3E216
At its core, #D3E216 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Yellow. Its digital footprint relies on 211 parts red, 226 parts green, and 22 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 7% Cyan, 0% Magenta, 90% Yellow, and 11% Black. The HSL representation is 64.4° hue, 82.3% saturation, and 48.6% lightness.
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#D3E216
RGB211, 226, 22
HSL64.4°, 82.3%, 48.6%
CMYK7%, 0%, 90%, 11%
HSV64.4°, 90.3%, 88.6%
LAB86.2, -25.7, 82.7
XYZ54.2, 68.3, 11.1
Decimal13885974
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.66:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3E216;
}
.text-color {
color: #D3E216;
}
.border-color {
border: 2px solid #D3E216;
}