#d8ef1d
a balanced, electric yellow · cool · closest name: yellow
RGB
216, 239, 29
HSL
67°, 87%, 53%
CMYK
10, 0, 88, 6
Luminance
0.7642
Every format
| HEX | #d8ef1d |
| RGB | rgb(216, 239, 29) |
| HSL | hsl(67, 87%, 53%) |
| CMYK | cmyk(10%, 0%, 88%, 6%) |
| LAB | lab(90.0 -29.6 84.9) |
| LCH | lch(90.0 89.9 109.2) |
| OKLCH | oklch(0.904 0.203 116.7) |
Copy-ready code
/* CSS */
color: #d8ef1d;
background-color: #d8ef1d;
/* Tailwind (arbitrary) */
class="text-[#d8ef1d] bg-[#d8ef1d]"
/* SCSS */
$brand: #d8ef1d;
/* SwiftUI */
Color(red: 0.847, green: 0.937, blue: 0.114)
/* Android */
Color.parseColor("#d8ef1d")Accessibility — WCAG contrast
Aa
#d8ef1d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ef1d on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green93.7%
Blue11.4%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow87.9%
Key (black)6.3%
Color previews
#d8ef1d text on a black background
contrast 16.28:1
Card sample
#d8ef1d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ef1d;
Background color
Panel with #d8ef1d background
background-color: #d8ef1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ef1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 239, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 239, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ef1d; background: linear-gradient(135deg, #d8ef1d, #4CEF1D);