#c3e1ac
a light, vivid green · cool · closest name: beige
RGB
195, 225, 172
HSL
94°, 47%, 78%
CMYK
13, 0, 24, 12
Luminance
0.6843
Every format
| HEX | #c3e1ac |
| RGB | rgb(195, 225, 172) |
| HSL | hsl(94, 47%, 78%) |
| CMYK | cmyk(13%, 0%, 24%, 12%) |
| LAB | lab(86.2 -19.3 22.7) |
| LCH | lch(86.2 29.8 130.3) |
| OKLCH | oklch(0.874 0.078 131.9) |
Copy-ready code
/* CSS */
color: #c3e1ac;
background-color: #c3e1ac;
/* Tailwind (arbitrary) */
class="text-[#c3e1ac] bg-[#c3e1ac]"
/* SCSS */
$brand: #c3e1ac;
/* SwiftUI */
Color(red: 0.765, green: 0.882, blue: 0.675)
/* Android */
Color.parseColor("#c3e1ac")Accessibility — WCAG contrast
Aa
#c3e1ac on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3e1ac on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green88.2%
Blue67.5%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow23.6%
Key (black)11.8%
Color previews
#c3e1ac text on a black background
contrast 14.69:1
Card sample
#c3e1ac text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3e1ac;
Background color
Panel with #c3e1ac background
background-color: #c3e1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3e1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 225, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 225, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3e1ac; background: linear-gradient(135deg, #c3e1ac, #ACE1B8);