#c2ffa7
a light, electric green · cool · closest name: khaki
RGB
194, 255, 167
HSL
102°, 100%, 83%
CMYK
24, 0, 35, 0
Luminance
0.8578
Every format
| HEX | #c2ffa7 |
| RGB | rgb(194, 255, 167) |
| HSL | hsl(102, 100%, 83%) |
| CMYK | cmyk(24%, 0%, 35%, 0%) |
| LAB | lab(94.2 -34.6 36.0) |
| LCH | lch(94.2 50.0 133.8) |
| OKLCH | oklch(0.938 0.130 136.4) |
Copy-ready code
/* CSS */
color: #c2ffa7;
background-color: #c2ffa7;
/* Tailwind (arbitrary) */
class="text-[#c2ffa7] bg-[#c2ffa7]"
/* SCSS */
$brand: #c2ffa7;
/* SwiftUI */
Color(red: 0.761, green: 1.000, blue: 0.655)
/* Android */
Color.parseColor("#c2ffa7")Accessibility — WCAG contrast
Aa
#c2ffa7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ffa7 on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green100.0%
Blue65.5%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow34.5%
Key (black)0.0%
Color previews
#c2ffa7 text on a black background
contrast 18.16:1
Card sample
#c2ffa7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ffa7;
Background color
Panel with #c2ffa7 background
background-color: #c2ffa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ffa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 255, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 255, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ffa7; background: linear-gradient(135deg, #c2ffa7, #A7FFC7);