#cdf434
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 52
HSL
72°, 90%, 58%
CMYK
16, 0, 79, 4
Luminance
0.7793
Every format
| HEX | #cdf434 |
| RGB | rgb(205, 244, 52) |
| HSL | hsl(72, 90%, 58%) |
| CMYK | cmyk(16%, 0%, 79%, 4%) |
| LAB | lab(90.8 -35.7 80.2) |
| LCH | lch(90.8 87.8 114.0) |
| OKLCH | oklch(0.908 0.205 121.2) |
Copy-ready code
/* CSS */
color: #cdf434;
background-color: #cdf434;
/* Tailwind (arbitrary) */
class="text-[#cdf434] bg-[#cdf434]"
/* SCSS */
$brand: #cdf434;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.204)
/* Android */
Color.parseColor("#cdf434")Accessibility — WCAG contrast
Aa
#cdf434 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf434 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue20.4%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow78.7%
Key (black)4.3%
Color previews
#cdf434 text on a black background
contrast 16.59:1
Card sample
#cdf434 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf434;
Background color
Panel with #cdf434 background
background-color: #cdf434;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf434;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf434; background: linear-gradient(135deg, #cdf434, #4DF434);