#c4e7a0
a light, vivid green · cool · closest name: khaki
RGB
196, 231, 160
HSL
90°, 60%, 77%
CMYK
15, 0, 31, 9
Luminance
0.7143
Every format
| HEX | #c4e7a0 |
| RGB | rgb(196, 231, 160) |
| HSL | hsl(90, 60%, 77%) |
| CMYK | cmyk(15%, 0%, 31%, 9%) |
| LAB | lab(87.7 -23.6 30.9) |
| LCH | lch(87.7 38.9 127.4) |
| OKLCH | oklch(0.885 0.101 129.6) |
Copy-ready code
/* CSS */
color: #c4e7a0;
background-color: #c4e7a0;
/* Tailwind (arbitrary) */
class="text-[#c4e7a0] bg-[#c4e7a0]"
/* SCSS */
$brand: #c4e7a0;
/* SwiftUI */
Color(red: 0.769, green: 0.906, blue: 0.627)
/* Android */
Color.parseColor("#c4e7a0")Accessibility — WCAG contrast
Aa
#c4e7a0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e7a0 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green90.6%
Blue62.7%
CMYK percentages
Cyan15.2%
Magenta0.0%
Yellow30.7%
Key (black)9.4%
Color previews
#c4e7a0 text on a black background
contrast 15.29:1
Card sample
#c4e7a0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e7a0;
Background color
Panel with #c4e7a0 background
background-color: #c4e7a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e7a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 231, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 231, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e7a0; background: linear-gradient(135deg, #c4e7a0, #A0E7AB);