#c3f596
a light, electric green · cool · closest name: khaki
RGB
195, 245, 150
HSL
92°, 83%, 78%
CMYK
20, 0, 39, 4
Luminance
0.7911
Every format
| HEX | #c3f596 |
| RGB | rgb(195, 245, 150) |
| HSL | hsl(92, 83%, 78%) |
| CMYK | cmyk(20%, 0%, 39%, 4%) |
| LAB | lab(91.3 -31.9 40.6) |
| LCH | lch(91.3 51.7 128.2) |
| OKLCH | oklch(0.914 0.133 131.2) |
Copy-ready code
/* CSS */
color: #c3f596;
background-color: #c3f596;
/* Tailwind (arbitrary) */
class="text-[#c3f596] bg-[#c3f596]"
/* SCSS */
$brand: #c3f596;
/* SwiftUI */
Color(red: 0.765, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#c3f596")Accessibility — WCAG contrast
Aa
#c3f596 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f596 on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green96.1%
Blue58.8%
CMYK percentages
Cyan20.4%
Magenta0.0%
Yellow38.8%
Key (black)3.9%
Color previews
#c3f596 text on a black background
contrast 16.82:1
Card sample
#c3f596 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f596;
Background color
Panel with #c3f596 background
background-color: #c3f596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f596; background: linear-gradient(135deg, #c3f596, #96F5A9);