#c2f3a9
a light, electric green · cool · closest name: khaki
RGB
194, 243, 169
HSL
100°, 76%, 81%
CMYK
20, 0, 31, 5
Luminance
0.7844
Every format
| HEX | #c2f3a9 |
| RGB | rgb(194, 243, 169) |
| HSL | hsl(100, 76%, 81%) |
| CMYK | cmyk(20%, 0%, 31%, 5%) |
| LAB | lab(91.0 -28.7 30.7) |
| LCH | lch(91.0 42.1 133.1) |
| OKLCH | oklch(0.912 0.110 135.4) |
Copy-ready code
/* CSS */
color: #c2f3a9;
background-color: #c2f3a9;
/* Tailwind (arbitrary) */
class="text-[#c2f3a9] bg-[#c2f3a9]"
/* SCSS */
$brand: #c2f3a9;
/* SwiftUI */
Color(red: 0.761, green: 0.953, blue: 0.663)
/* Android */
Color.parseColor("#c2f3a9")Accessibility — WCAG contrast
Aa
#c2f3a9 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2f3a9 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green95.3%
Blue66.3%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow30.5%
Key (black)4.7%
Color previews
#c2f3a9 text on a black background
contrast 16.69:1
Card sample
#c2f3a9 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2f3a9;
Background color
Panel with #c2f3a9 background
background-color: #c2f3a9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2f3a9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 243, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 243, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2f3a9; background: linear-gradient(135deg, #c2f3a9, #A9F3C1);