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