#cdf03d
a balanced, electric green · cool · closest name: yellow
RGB
205, 240, 61
HSL
72°, 86%, 59%
CMYK
15, 0, 75, 6
Luminance
0.7564
Every format
| HEX | #cdf03d |
| RGB | rgb(205, 240, 61) |
| HSL | hsl(72, 86%, 59%) |
| CMYK | cmyk(15%, 0%, 75%, 6%) |
| LAB | lab(89.7 -33.5 76.7) |
| LCH | lch(89.7 83.7 113.6) |
| OKLCH | oklch(0.900 0.196 120.4) |
Copy-ready code
/* CSS */
color: #cdf03d;
background-color: #cdf03d;
/* Tailwind (arbitrary) */
class="text-[#cdf03d] bg-[#cdf03d]"
/* SCSS */
$brand: #cdf03d;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.239)
/* Android */
Color.parseColor("#cdf03d")Accessibility — WCAG contrast
Aa
#cdf03d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf03d on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue23.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow74.6%
Key (black)5.9%
Color previews
#cdf03d text on a black background
contrast 16.13:1
Card sample
#cdf03d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf03d;
Background color
Panel with #cdf03d background
background-color: #cdf03d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf03d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf03d; background: linear-gradient(135deg, #cdf03d, #56F03D);