#cdf53d
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 61
HSL
73°, 90%, 60%
CMYK
16, 0, 75, 4
Luminance
0.7862
Every format
| HEX | #cdf53d |
| RGB | rgb(205, 245, 61) |
| HSL | hsl(73, 90%, 60%) |
| CMYK | cmyk(16%, 0%, 75%, 4%) |
| LAB | lab(91.1 -35.7 78.0) |
| LCH | lch(91.1 85.8 114.6) |
| OKLCH | oklch(0.911 0.202 121.6) |
Copy-ready code
/* CSS */
color: #cdf53d;
background-color: #cdf53d;
/* Tailwind (arbitrary) */
class="text-[#cdf53d] bg-[#cdf53d]"
/* SCSS */
$brand: #cdf53d;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.239)
/* Android */
Color.parseColor("#cdf53d")Accessibility — WCAG contrast
Aa
#cdf53d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf53d on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue23.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow75.1%
Key (black)3.9%
Color previews
#cdf53d text on a black background
contrast 16.72:1
Card sample
#cdf53d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf53d;
Background color
Panel with #cdf53d background
background-color: #cdf53d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf53d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf53d; background: linear-gradient(135deg, #cdf53d, #52F53D);