#c2f849
a balanced, electric green · cool · closest name: yellow
RGB
194, 248, 73
HSL
79°, 93%, 63%
CMYK
22, 0, 71, 3
Luminance
0.7909
Every format
| HEX | #c2f849 |
| RGB | rgb(194, 248, 73) |
| HSL | hsl(79, 93%, 63%) |
| CMYK | cmyk(22%, 0%, 71%, 3%) |
| LAB | lab(91.3 -40.7 74.0) |
| LCH | lch(91.3 84.5 118.8) |
| OKLCH | oklch(0.911 0.203 125.3) |
Copy-ready code
/* CSS */
color: #c2f849;
background-color: #c2f849;
/* Tailwind (arbitrary) */
class="text-[#c2f849] bg-[#c2f849]"
/* SCSS */
$brand: #c2f849;
/* SwiftUI */
Color(red: 0.761, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#c2f849")Accessibility — WCAG contrast
Aa
#c2f849 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f849 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green97.3%
Blue28.6%
CMYK percentages
Cyan21.8%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#c2f849 text on a black background
contrast 16.82:1
Card sample
#c2f849 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f849;
Background color
Panel with #c2f849 background
background-color: #c2f849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f849; background: linear-gradient(135deg, #c2f849, #4DF849);