#c2f78d
a light, electric green · cool · closest name: khaki
RGB
194, 247, 141
HSL
90°, 87%, 76%
CMYK
22, 0, 43, 3
Luminance
0.7991
Every format
| HEX | #c2f78d |
| RGB | rgb(194, 247, 141) |
| HSL | hsl(90, 87%, 76%) |
| CMYK | cmyk(22%, 0%, 43%, 3%) |
| LAB | lab(91.7 -34.3 45.5) |
| LCH | lch(91.7 57.0 127.0) |
| OKLCH | oklch(0.916 0.146 130.5) |
Copy-ready code
/* CSS */
color: #c2f78d;
background-color: #c2f78d;
/* Tailwind (arbitrary) */
class="text-[#c2f78d] bg-[#c2f78d]"
/* SCSS */
$brand: #c2f78d;
/* SwiftUI */
Color(red: 0.761, green: 0.969, blue: 0.553)
/* Android */
Color.parseColor("#c2f78d")Accessibility — WCAG contrast
Aa
#c2f78d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f78d on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.9%
Blue55.3%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow42.9%
Key (black)3.1%
Color previews
#c2f78d text on a black background
contrast 16.98:1
Card sample
#c2f78d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f78d;
Background color
Panel with #c2f78d background
background-color: #c2f78d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f78d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 247, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 247, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f78d; background: linear-gradient(135deg, #c2f78d, #8DF79F);