#cdf44a
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 74
HSL
74°, 89%, 62%
CMYK
16, 0, 70, 4
Luminance
0.7817
Every format
| HEX | #cdf44a |
| RGB | rgb(205, 244, 74) |
| HSL | hsl(74, 89%, 62%) |
| CMYK | cmyk(16%, 0%, 70%, 4%) |
| LAB | lab(90.9 -34.6 73.5) |
| LCH | lch(90.9 81.3 115.2) |
| OKLCH | oklch(0.909 0.193 121.7) |
Copy-ready code
/* CSS */
color: #cdf44a;
background-color: #cdf44a;
/* Tailwind (arbitrary) */
class="text-[#cdf44a] bg-[#cdf44a]"
/* SCSS */
$brand: #cdf44a;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.290)
/* Android */
Color.parseColor("#cdf44a")Accessibility — WCAG contrast
Aa
#cdf44a on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf44a on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue29.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow69.7%
Key (black)4.3%
Color previews
#cdf44a text on a black background
contrast 16.63:1
Card sample
#cdf44a text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf44a;
Background color
Panel with #cdf44a background
background-color: #cdf44a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf44a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf44a; background: linear-gradient(135deg, #cdf44a, #5CF44A);