#c2f199
a light, electric green · cool · closest name: khaki
RGB
194, 241, 153
HSL
92°, 76%, 77%
CMYK
20, 0, 37, 6
Luminance
0.7668
Every format
| HEX | #c2f199 |
| RGB | rgb(194, 241, 153) |
| HSL | hsl(92, 76%, 77%) |
| CMYK | cmyk(20%, 0%, 37%, 6%) |
| LAB | lab(90.2 -30.0 37.7) |
| LCH | lch(90.2 48.2 128.5) |
| OKLCH | oklch(0.905 0.124 131.4) |
Copy-ready code
/* CSS */
color: #c2f199;
background-color: #c2f199;
/* Tailwind (arbitrary) */
class="text-[#c2f199] bg-[#c2f199]"
/* SCSS */
$brand: #c2f199;
/* SwiftUI */
Color(red: 0.761, green: 0.945, blue: 0.600)
/* Android */
Color.parseColor("#c2f199")Accessibility — WCAG contrast
Aa
#c2f199 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f199 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.5%
Blue60.0%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow36.5%
Key (black)5.5%
Color previews
#c2f199 text on a black background
contrast 16.34:1
Card sample
#c2f199 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f199;
Background color
Panel with #c2f199 background
background-color: #c2f199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 241, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 241, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f199; background: linear-gradient(135deg, #c2f199, #99F1AB);