#c2f577
a light, electric green · cool · closest name: khaki
RGB
194, 245, 119
HSL
84°, 86%, 71%
CMYK
21, 0, 51, 4
Luminance
0.7811
Every format
| HEX | #c2f577 |
| RGB | rgb(194, 245, 119) |
| HSL | hsl(84, 86%, 71%) |
| CMYK | cmyk(21%, 0%, 51%, 4%) |
| LAB | lab(90.8 -35.8 54.8) |
| LCH | lch(90.8 65.5 123.1) |
| OKLCH | oklch(0.909 0.164 127.6) |
Copy-ready code
/* CSS */
color: #c2f577;
background-color: #c2f577;
/* Tailwind (arbitrary) */
class="text-[#c2f577] bg-[#c2f577]"
/* SCSS */
$brand: #c2f577;
/* SwiftUI */
Color(red: 0.761, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#c2f577")Accessibility — WCAG contrast
Aa
#c2f577 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f577 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.1%
Blue46.7%
CMYK percentages
Cyan20.8%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#c2f577 text on a black background
contrast 16.62:1
Card sample
#c2f577 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f577;
Background color
Panel with #c2f577 background
background-color: #c2f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f577; background: linear-gradient(135deg, #c2f577, #77F580);