#c3f0ac
a light, vivid green · cool · closest name: khaki
RGB
195, 240, 172
HSL
100°, 69%, 81%
CMYK
19, 0, 28, 6
Luminance
0.7690
Every format
| HEX | #c3f0ac |
| RGB | rgb(195, 240, 172) |
| HSL | hsl(100, 69%, 81%) |
| CMYK | cmyk(19%, 0%, 28%, 6%) |
| LAB | lab(90.3 -26.5 28.3) |
| LCH | lch(90.3 38.8 133.2) |
| OKLCH | oklch(0.907 0.101 135.3) |
Copy-ready code
/* CSS */
color: #c3f0ac;
background-color: #c3f0ac;
/* Tailwind (arbitrary) */
class="text-[#c3f0ac] bg-[#c3f0ac]"
/* SCSS */
$brand: #c3f0ac;
/* SwiftUI */
Color(red: 0.765, green: 0.941, blue: 0.675)
/* Android */
Color.parseColor("#c3f0ac")Accessibility — WCAG contrast
Aa
#c3f0ac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f0ac on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green94.1%
Blue67.5%
CMYK percentages
Cyan18.8%
Magenta0.0%
Yellow28.3%
Key (black)5.9%
Color previews
#c3f0ac text on a black background
contrast 16.38:1
Card sample
#c3f0ac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f0ac;
Background color
Panel with #c3f0ac background
background-color: #c3f0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 240, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 240, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f0ac; background: linear-gradient(135deg, #c3f0ac, #ACF0C2);