#cdfe49
a balanced, electric green · cool · closest name: yellow
RGB
205, 254, 73
HSL
76°, 99%, 64%
CMYK
19, 0, 71, 0
Luminance
0.8434
Every format
| HEX | #cdfe49 |
| RGB | rgb(205, 254, 73) |
| HSL | hsl(76, 99%, 64%) |
| CMYK | cmyk(19%, 0%, 71%, 0%) |
| LAB | lab(93.6 -39.2 76.6) |
| LCH | lch(93.6 86.0 117.1) |
| OKLCH | oklch(0.931 0.205 123.7) |
Copy-ready code
/* CSS */
color: #cdfe49;
background-color: #cdfe49;
/* Tailwind (arbitrary) */
class="text-[#cdfe49] bg-[#cdfe49]"
/* SCSS */
$brand: #cdfe49;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#cdfe49")Accessibility — WCAG contrast
Aa
#cdfe49 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe49 on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue28.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#cdfe49 text on a black background
contrast 17.87:1
Card sample
#cdfe49 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe49;
Background color
Panel with #cdfe49 background
background-color: #cdfe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe49; background: linear-gradient(135deg, #cdfe49, #54FE49);