#c2fa49
a balanced, electric green · cool · closest name: yellow
RGB
194, 250, 73
HSL
79°, 95%, 63%
CMYK
22, 0, 71, 2
Luminance
0.8032
Every format
| HEX | #c2fa49 |
| RGB | rgb(194, 250, 73) |
| HSL | hsl(79, 95%, 63%) |
| CMYK | cmyk(22%, 0%, 71%, 2%) |
| LAB | lab(91.8 -41.6 74.6) |
| LCH | lch(91.8 85.4 119.1) |
| OKLCH | oklch(0.915 0.205 125.7) |
Copy-ready code
/* CSS */
color: #c2fa49;
background-color: #c2fa49;
/* Tailwind (arbitrary) */
class="text-[#c2fa49] bg-[#c2fa49]"
/* SCSS */
$brand: #c2fa49;
/* SwiftUI */
Color(red: 0.761, green: 0.980, blue: 0.286)
/* Android */
Color.parseColor("#c2fa49")Accessibility — WCAG contrast
Aa
#c2fa49 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2fa49 on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green98.0%
Blue28.6%
CMYK percentages
Cyan22.4%
Magenta0.0%
Yellow70.8%
Key (black)2.0%
Color previews
#c2fa49 text on a black background
contrast 17.06:1
Card sample
#c2fa49 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2fa49;
Background color
Panel with #c2fa49 background
background-color: #c2fa49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2fa49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 250, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 250, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2fa49; background: linear-gradient(135deg, #c2fa49, #4CFA49);