#cdfa49
a balanced, electric green · cool · closest name: yellow
RGB
205, 250, 73
HSL
75°, 95%, 63%
CMYK
18, 0, 71, 2
Luminance
0.8183
Every format
| HEX | #cdfa49 |
| RGB | rgb(205, 250, 73) |
| HSL | hsl(75, 95%, 63%) |
| CMYK | cmyk(18%, 0%, 71%, 2%) |
| LAB | lab(92.5 -37.4 75.5) |
| LCH | lch(92.5 84.3 116.4) |
| OKLCH | oklch(0.923 0.201 122.9) |
Copy-ready code
/* CSS */
color: #cdfa49;
background-color: #cdfa49;
/* Tailwind (arbitrary) */
class="text-[#cdfa49] bg-[#cdfa49]"
/* SCSS */
$brand: #cdfa49;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.286)
/* Android */
Color.parseColor("#cdfa49")Accessibility — WCAG contrast
Aa
#cdfa49 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfa49 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue28.6%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow70.8%
Key (black)2.0%
Color previews
#cdfa49 text on a black background
contrast 17.37:1
Card sample
#cdfa49 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfa49;
Background color
Panel with #cdfa49 background
background-color: #cdfa49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfa49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfa49; background: linear-gradient(135deg, #cdfa49, #57FA49);