#c3fcac
a light, electric green · cool · closest name: khaki
RGB
195, 252, 172
HSL
103°, 93%, 83%
CMYK
23, 0, 32, 1
Luminance
0.8420
Every format
| HEX | #c3fcac |
| RGB | rgb(195, 252, 172) |
| HSL | hsl(103, 93%, 83%) |
| CMYK | cmyk(23%, 0%, 32%, 1%) |
| LAB | lab(93.5 -32.2 32.7) |
| LCH | lch(93.5 45.9 134.6) |
| OKLCH | oklch(0.933 0.120 136.9) |
Copy-ready code
/* CSS */
color: #c3fcac;
background-color: #c3fcac;
/* Tailwind (arbitrary) */
class="text-[#c3fcac] bg-[#c3fcac]"
/* SCSS */
$brand: #c3fcac;
/* SwiftUI */
Color(red: 0.765, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#c3fcac")Accessibility — WCAG contrast
Aa
#c3fcac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fcac on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green98.8%
Blue67.5%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#c3fcac text on a black background
contrast 17.84:1
Card sample
#c3fcac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fcac;
Background color
Panel with #c3fcac background
background-color: #c3fcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fcac; background: linear-gradient(135deg, #c3fcac, #ACFCCA);