#cdf32d
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 45
HSL
72°, 89%, 57%
CMYK
16, 0, 82, 5
Luminance
0.7727
Every format
| HEX | #cdf32d |
| RGB | rgb(205, 243, 45) |
| HSL | hsl(72, 89%, 57%) |
| CMYK | cmyk(16%, 0%, 82%, 5%) |
| LAB | lab(90.5 -35.5 81.7) |
| LCH | lch(90.5 89.1 113.4) |
| OKLCH | oklch(0.906 0.206 120.8) |
Copy-ready code
/* CSS */
color: #cdf32d;
background-color: #cdf32d;
/* Tailwind (arbitrary) */
class="text-[#cdf32d] bg-[#cdf32d]"
/* SCSS */
$brand: #cdf32d;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.176)
/* Android */
Color.parseColor("#cdf32d")Accessibility — WCAG contrast
Aa
#cdf32d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf32d on black: 16.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue17.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow81.5%
Key (black)4.7%
Color previews
#cdf32d text on a black background
contrast 16.45:1
Card sample
#cdf32d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf32d;
Background color
Panel with #cdf32d background
background-color: #cdf32d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf32d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf32d; background: linear-gradient(135deg, #cdf32d, #49F32D);