#D3F80F
A medium, vivid yellow closely aligning with Yellow.
About #D3F80F
The hex code #D3F80F represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Yellow. This translates to an RGB value of rgb(211, 248, 15).
Translating this color to physical media requires the CMYK color model. The color uses 15% Cyan, 0% Magenta, 94% Yellow, and 3% Black. The HSL representation is 69.5° hue, 94.3% saturation, and 51.6% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3F80F
RGB211, 248, 15
HSL69.5°, 94.3%, 51.6%
CMYK15%, 0%, 94%, 3%
HSV69.5°, 94.0%, 97.3%
LAB92.1, -36.0, 88.2
XYZ60.5, 81.0, 12.9
Decimal13891599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.22:1
Text on #FFFFFF
FAIL
17.20:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #D3F80F;
}
.text-color {
color: #D3F80F;
}
.border-color {
border: 2px solid #D3F80F;
}