#c6f697
a light, electric green · cool · closest name: khaki
RGB
198, 246, 151
HSL
90°, 84%, 78%
CMYK
20, 0, 39, 4
Luminance
0.8015
Every format
| HEX | #c6f697 |
| RGB | rgb(198, 246, 151) |
| HSL | hsl(90, 84%, 78%) |
| CMYK | cmyk(20%, 0%, 39%, 4%) |
| LAB | lab(91.8 -31.2 40.8) |
| LCH | lch(91.8 51.4 127.4) |
| OKLCH | oklch(0.918 0.132 130.5) |
Copy-ready code
/* CSS */
color: #c6f697;
background-color: #c6f697;
/* Tailwind (arbitrary) */
class="text-[#c6f697] bg-[#c6f697]"
/* SCSS */
$brand: #c6f697;
/* SwiftUI */
Color(red: 0.776, green: 0.965, blue: 0.592)
/* Android */
Color.parseColor("#c6f697")Accessibility — WCAG contrast
Aa
#c6f697 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6f697 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green96.5%
Blue59.2%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow38.6%
Key (black)3.5%
Color previews
#c6f697 text on a black background
contrast 17.03:1
Card sample
#c6f697 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6f697;
Background color
Panel with #c6f697 background
background-color: #c6f697;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6f697;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 246, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 246, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6f697; background: linear-gradient(135deg, #c6f697, #97F6A7);