#c2f697
a light, electric green · cool · closest name: khaki
RGB
194, 246, 151
HSL
93°, 84%, 78%
CMYK
21, 0, 39, 4
Luminance
0.7962
Every format
| HEX | #c2f697 |
| RGB | rgb(194, 246, 151) |
| HSL | hsl(93, 84%, 78%) |
| CMYK | cmyk(21%, 0%, 39%, 4%) |
| LAB | lab(91.5 -32.6 40.4) |
| LCH | lch(91.5 52.0 128.9) |
| OKLCH | oklch(0.915 0.134 131.9) |
Copy-ready code
/* CSS */
color: #c2f697;
background-color: #c2f697;
/* Tailwind (arbitrary) */
class="text-[#c2f697] bg-[#c2f697]"
/* SCSS */
$brand: #c2f697;
/* SwiftUI */
Color(red: 0.761, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#c2f697")Accessibility — WCAG contrast
Aa
#c2f697 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f697 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green96.5%
Blue59.2%
CMYK percentages
Cyan21.1%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#c2f697 text on a black background
contrast 16.92:1
Card sample
#c2f697 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f697;
Background color
Panel with #c2f697 background
background-color: #c2f697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f697; background: linear-gradient(135deg, #c2f697, #97F6AB);