#c3fdac
a light, electric green · cool · closest name: khaki
RGB
195, 253, 172
HSL
103°, 95%, 83%
CMYK
23, 0, 32, 1
Luminance
0.8483
Every format
| HEX | #c3fdac |
| RGB | rgb(195, 253, 172) |
| HSL | hsl(103, 95%, 83%) |
| CMYK | cmyk(23%, 0%, 32%, 1%) |
| LAB | lab(93.8 -32.6 33.0) |
| LCH | lch(93.8 46.4 134.7) |
| OKLCH | oklch(0.935 0.121 137.1) |
Copy-ready code
/* CSS */
color: #c3fdac;
background-color: #c3fdac;
/* Tailwind (arbitrary) */
class="text-[#c3fdac] bg-[#c3fdac]"
/* SCSS */
$brand: #c3fdac;
/* SwiftUI */
Color(red: 0.765, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#c3fdac")Accessibility — WCAG contrast
Aa
#c3fdac on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3fdac on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green99.2%
Blue67.5%
CMYK percentages
Cyan22.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#c3fdac text on a black background
contrast 17.97:1
Card sample
#c3fdac text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3fdac;
Background color
Panel with #c3fdac background
background-color: #c3fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3fdac; background: linear-gradient(135deg, #c3fdac, #ACFDCB);