#c0fe49
a balanced, electric green · cool · closest name: yellow
RGB
192, 254, 73
HSL
81°, 99%, 64%
CMYK
24, 0, 71, 0
Luminance
0.8257
Every format
| HEX | #c0fe49 |
| RGB | rgb(192, 254, 73) |
| HSL | hsl(81, 99%, 64%) |
| CMYK | cmyk(24%, 0%, 71%, 0%) |
| LAB | lab(92.8 -44.0 75.5) |
| LCH | lch(92.8 87.5 120.2) |
| OKLCH | oklch(0.923 0.211 126.9) |
Copy-ready code
/* CSS */
color: #c0fe49;
background-color: #c0fe49;
/* Tailwind (arbitrary) */
class="text-[#c0fe49] bg-[#c0fe49]"
/* SCSS */
$brand: #c0fe49;
/* SwiftUI */
Color(red: 0.753, green: 0.996, blue: 0.286)
/* Android */
Color.parseColor("#c0fe49")Accessibility — WCAG contrast
Aa
#c0fe49 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fe49 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.6%
Blue28.6%
CMYK percentages
Cyan24.4%
Magenta0.0%
Yellow71.3%
Key (black)0.4%
Color previews
#c0fe49 text on a black background
contrast 17.51:1
Card sample
#c0fe49 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fe49;
Background color
Panel with #c0fe49 background
background-color: #c0fe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 254, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 254, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fe49; background: linear-gradient(135deg, #c0fe49, #49FE4B);