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