#c4e17a
a light, vivid green · cool · closest name: khaki
RGB
196, 225, 122
HSL
77°, 63%, 68%
CMYK
13, 0, 46, 12
Luminance
0.6699
Every format
| HEX | #c4e17a |
| RGB | rgb(196, 225, 122) |
| HSL | hsl(77, 63%, 68%) |
| CMYK | cmyk(13%, 0%, 46%, 12%) |
| LAB | lab(85.5 -25.4 47.0) |
| LCH | lch(85.5 53.5 118.4) |
| OKLCH | oklch(0.866 0.134 122.1) |
Copy-ready code
/* CSS */
color: #c4e17a;
background-color: #c4e17a;
/* Tailwind (arbitrary) */
class="text-[#c4e17a] bg-[#c4e17a]"
/* SCSS */
$brand: #c4e17a;
/* SwiftUI */
Color(red: 0.769, green: 0.882, blue: 0.478)
/* Android */
Color.parseColor("#c4e17a")Accessibility — WCAG contrast
Aa
#c4e17a on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4e17a on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green88.2%
Blue47.8%
CMYK percentages
Cyan12.9%
Magenta0.0%
Yellow45.8%
Key (black)11.8%
Color previews
#c4e17a text on a black background
contrast 14.40:1
Card sample
#c4e17a text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4e17a;
Background color
Panel with #c4e17a background
background-color: #c4e17a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4e17a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 225, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 225, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4e17a; background: linear-gradient(135deg, #c4e17a, #7FE17A);