#ccff49
a balanced, electric green · cool · closest name: yellow
RGB
204, 255, 73
HSL
77°, 100%, 64%
CMYK
20, 0, 71, 0
Luminance
0.8484
Every format
| HEX | #ccff49 |
| RGB | rgb(204, 255, 73) |
| HSL | hsl(77, 100%, 64%) |
| CMYK | cmyk(20%, 0%, 71%, 0%) |
| LAB | lab(93.8 -40.0 76.8) |
| LCH | lch(93.8 86.6 117.5) |
| OKLCH | oklch(0.933 0.207 124.2) |
Copy-ready code
/* CSS */
color: #ccff49;
background-color: #ccff49;
/* Tailwind (arbitrary) */
class="text-[#ccff49] bg-[#ccff49]"
/* SCSS */
$brand: #ccff49;
/* SwiftUI */
Color(red: 0.800, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#ccff49")Accessibility — WCAG contrast
Aa
#ccff49 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccff49 on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green100.0%
Blue28.6%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#ccff49 text on a black background
contrast 17.97:1
Card sample
#ccff49 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccff49;
Background color
Panel with #ccff49 background
background-color: #ccff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccff49; background: linear-gradient(135deg, #ccff49, #53FF49);