#c2f08f
a light, electric green · cool · closest name: khaki
RGB
194, 240, 143
HSL
89°, 76%, 75%
CMYK
19, 0, 40, 6
Luminance
0.7577
Every format
| HEX | #c2f08f |
| RGB | rgb(194, 240, 143) |
| HSL | hsl(89, 76%, 75%) |
| CMYK | cmyk(19%, 0%, 40%, 6%) |
| LAB | lab(89.8 -30.9 42.1) |
| LCH | lch(89.8 52.2 126.2) |
| OKLCH | oklch(0.901 0.134 129.4) |
Copy-ready code
/* CSS */
color: #c2f08f;
background-color: #c2f08f;
/* Tailwind (arbitrary) */
class="text-[#c2f08f] bg-[#c2f08f]"
/* SCSS */
$brand: #c2f08f;
/* SwiftUI */
Color(red: 0.761, green: 0.941, blue: 0.561)
/* Android */
Color.parseColor("#c2f08f")Accessibility — WCAG contrast
Aa
#c2f08f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f08f on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green94.1%
Blue56.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow40.4%
Key (black)5.9%
Color previews
#c2f08f text on a black background
contrast 16.15:1
Card sample
#c2f08f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f08f;
Background color
Panel with #c2f08f background
background-color: #c2f08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 240, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 240, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f08f; background: linear-gradient(135deg, #c2f08f, #8FF09D);