#cdf13d
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 61
HSL
72°, 87%, 59%
CMYK
15, 0, 75, 6
Luminance
0.7623
Every format
| HEX | #cdf13d |
| RGB | rgb(205, 241, 61) |
| HSL | hsl(72, 87%, 59%) |
| CMYK | cmyk(15%, 0%, 75%, 6%) |
| LAB | lab(90.0 -33.9 76.9) |
| LCH | lch(90.0 84.1 113.8) |
| OKLCH | oklch(0.902 0.197 120.6) |
Copy-ready code
/* CSS */
color: #cdf13d;
background-color: #cdf13d;
/* Tailwind (arbitrary) */
class="text-[#cdf13d] bg-[#cdf13d]"
/* SCSS */
$brand: #cdf13d;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.239)
/* Android */
Color.parseColor("#cdf13d")Accessibility — WCAG contrast
Aa
#cdf13d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf13d on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue23.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow74.7%
Key (black)5.5%
Color previews
#cdf13d text on a black background
contrast 16.25:1
Card sample
#cdf13d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf13d;
Background color
Panel with #cdf13d background
background-color: #cdf13d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf13d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf13d; background: linear-gradient(135deg, #cdf13d, #55F13D);