#cdf33a
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 58
HSL
72°, 89%, 59%
CMYK
16, 0, 76, 5
Luminance
0.7739
Every format
| HEX | #cdf33a |
| RGB | rgb(205, 243, 58) |
| HSL | hsl(72, 89%, 59%) |
| CMYK | cmyk(16%, 0%, 76%, 5%) |
| LAB | lab(90.5 -35.0 78.3) |
| LCH | lch(90.5 85.8 114.1) |
| OKLCH | oklch(0.906 0.201 121.0) |
Copy-ready code
/* CSS */
color: #cdf33a;
background-color: #cdf33a;
/* Tailwind (arbitrary) */
class="text-[#cdf33a] bg-[#cdf33a]"
/* SCSS */
$brand: #cdf33a;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.227)
/* Android */
Color.parseColor("#cdf33a")Accessibility — WCAG contrast
Aa
#cdf33a on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf33a on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue22.7%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow76.1%
Key (black)4.7%
Color previews
#cdf33a text on a black background
contrast 16.48:1
Card sample
#cdf33a text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf33a;
Background color
Panel with #cdf33a background
background-color: #cdf33a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf33a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf33a; background: linear-gradient(135deg, #cdf33a, #52F33A);