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