#c3f4ac
a light, electric green · cool · closest name: khaki
RGB
195, 244, 172
HSL
101°, 77%, 82%
CMYK
20, 0, 30, 4
Luminance
0.7928
Every format
| HEX | #c3f4ac |
| RGB | rgb(195, 244, 172) |
| HSL | hsl(101, 77%, 82%) |
| CMYK | cmyk(20%, 0%, 30%, 4%) |
| LAB | lab(91.4 -28.4 29.7) |
| LCH | lch(91.4 41.1 133.7) |
| OKLCH | oklch(0.915 0.108 135.9) |
Copy-ready code
/* CSS */
color: #c3f4ac;
background-color: #c3f4ac;
/* Tailwind (arbitrary) */
class="text-[#c3f4ac] bg-[#c3f4ac]"
/* SCSS */
$brand: #c3f4ac;
/* SwiftUI */
Color(red: 0.765, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#c3f4ac")Accessibility — WCAG contrast
Aa
#c3f4ac on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3f4ac on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green95.7%
Blue67.5%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#c3f4ac text on a black background
contrast 16.86:1
Card sample
#c3f4ac text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3f4ac;
Background color
Panel with #c3f4ac background
background-color: #c3f4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3f4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3f4ac; background: linear-gradient(135deg, #c3f4ac, #ACF4C5);