#cdf52d
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 45
HSL
72°, 91%, 57%
CMYK
16, 0, 82, 4
Luminance
0.7847
Every format
| HEX | #cdf52d |
| RGB | rgb(205, 245, 45) |
| HSL | hsl(72, 91%, 57%) |
| CMYK | cmyk(16%, 0%, 82%, 4%) |
| LAB | lab(91.0 -36.4 82.2) |
| LCH | lch(91.0 89.9 113.9) |
| OKLCH | oklch(0.910 0.209 121.3) |
Copy-ready code
/* CSS */
color: #cdf52d;
background-color: #cdf52d;
/* Tailwind (arbitrary) */
class="text-[#cdf52d] bg-[#cdf52d]"
/* SCSS */
$brand: #cdf52d;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.176)
/* Android */
Color.parseColor("#cdf52d")Accessibility — WCAG contrast
Aa
#cdf52d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf52d on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue17.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow81.6%
Key (black)3.9%
Color previews
#cdf52d text on a black background
contrast 16.69:1
Card sample
#cdf52d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf52d;
Background color
Panel with #cdf52d background
background-color: #cdf52d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf52d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf52d; background: linear-gradient(135deg, #cdf52d, #48F52D);