#cdf11d
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 29
HSL
70°, 88%, 53%
CMYK
15, 0, 88, 6
Luminance
0.7598
Every format
| HEX | #cdf11d |
| RGB | rgb(205, 241, 29) |
| HSL | hsl(70, 88%, 53%) |
| CMYK | cmyk(15%, 0%, 88%, 6%) |
| LAB | lab(89.8 -35.0 84.4) |
| LCH | lch(89.8 91.4 112.5) |
| OKLCH | oklch(0.901 0.209 120.2) |
Copy-ready code
/* CSS */
color: #cdf11d;
background-color: #cdf11d;
/* Tailwind (arbitrary) */
class="text-[#cdf11d] bg-[#cdf11d]"
/* SCSS */
$brand: #cdf11d;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.114)
/* Android */
Color.parseColor("#cdf11d")Accessibility — WCAG contrast
Aa
#cdf11d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf11d on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue11.4%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow88.0%
Key (black)5.5%
Color previews
#cdf11d text on a black background
contrast 16.20:1
Card sample
#cdf11d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf11d;
Background color
Panel with #cdf11d background
background-color: #cdf11d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf11d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf11d; background: linear-gradient(135deg, #cdf11d, #3FF11D);