#d8fe13
a balanced, electric yellow · cool · closest name: yellow
RGB
216, 254, 19
HSL
70°, 99%, 54%
CMYK
15, 0, 93, 0
Luminance
0.8553
Every format
| HEX | #d8fe13 |
| RGB | rgb(216, 254, 19) |
| HSL | hsl(70, 99%, 54%) |
| CMYK | cmyk(15%, 0%, 93%, 0%) |
| LAB | lab(94.1 -36.6 89.5) |
| LCH | lch(94.1 96.7 112.3) |
| OKLCH | oklch(0.937 0.220 120.1) |
Copy-ready code
/* CSS */
color: #d8fe13;
background-color: #d8fe13;
/* Tailwind (arbitrary) */
class="text-[#d8fe13] bg-[#d8fe13]"
/* SCSS */
$brand: #d8fe13;
/* SwiftUI */
Color(red: 0.847, green: 0.996, blue: 0.075)
/* Android */
Color.parseColor("#d8fe13")Accessibility — WCAG contrast
Aa
#d8fe13 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8fe13 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green99.6%
Blue7.5%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow92.5%
Key (black)0.4%
Color previews
#d8fe13 text on a black background
contrast 18.11:1
Card sample
#d8fe13 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8fe13;
Background color
Panel with #d8fe13 background
background-color: #d8fe13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8fe13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 254, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 254, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8fe13; background: linear-gradient(135deg, #d8fe13, #3BFE13);