#c3e7ac
a light, vivid green · cool · closest name: beige
RGB
195, 231, 172
HSL
97°, 55%, 79%
CMYK
16, 0, 26, 9
Luminance
0.7173
Every format
| HEX | #c3e7ac |
| RGB | rgb(195, 231, 172) |
| HSL | hsl(97, 55%, 79%) |
| CMYK | cmyk(16%, 0%, 26%, 9%) |
| LAB | lab(87.8 -22.2 25.0) |
| LCH | lch(87.8 33.4 131.7) |
| OKLCH | oklch(0.887 0.087 133.5) |
Copy-ready code
/* CSS */
color: #c3e7ac;
background-color: #c3e7ac;
/* Tailwind (arbitrary) */
class="text-[#c3e7ac] bg-[#c3e7ac]"
/* SCSS */
$brand: #c3e7ac;
/* SwiftUI */
Color(red: 0.765, green: 0.906, blue: 0.675)
/* Android */
Color.parseColor("#c3e7ac")Accessibility — WCAG contrast
Aa
#c3e7ac on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3e7ac on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green90.6%
Blue67.5%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow25.5%
Key (black)9.4%
Color previews
#c3e7ac text on a black background
contrast 15.35:1
Card sample
#c3e7ac text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3e7ac;
Background color
Panel with #c3e7ac background
background-color: #c3e7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3e7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 231, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 231, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3e7ac; background: linear-gradient(135deg, #c3e7ac, #ACE7BC);