#c4f8a4
a light, electric green · cool · closest name: khaki
RGB
196, 248, 164
HSL
97°, 86%, 81%
CMYK
21, 0, 34, 3
Luminance
0.8155
Every format
| HEX | #c4f8a4 |
| RGB | rgb(196, 248, 164) |
| HSL | hsl(97, 86%, 81%) |
| CMYK | cmyk(21%, 0%, 34%, 3%) |
| LAB | lab(92.4 -31.1 35.1) |
| LCH | lch(92.4 46.9 131.5) |
| OKLCH | oklch(0.923 0.122 134.1) |
Copy-ready code
/* CSS */
color: #c4f8a4;
background-color: #c4f8a4;
/* Tailwind (arbitrary) */
class="text-[#c4f8a4] bg-[#c4f8a4]"
/* SCSS */
$brand: #c4f8a4;
/* SwiftUI */
Color(red: 0.769, green: 0.973, blue: 0.643)
/* Android */
Color.parseColor("#c4f8a4")Accessibility — WCAG contrast
Aa
#c4f8a4 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f8a4 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green97.3%
Blue64.3%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow33.9%
Key (black)2.7%
Color previews
#c4f8a4 text on a black background
contrast 17.31:1
Card sample
#c4f8a4 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f8a4;
Background color
Panel with #c4f8a4 background
background-color: #c4f8a4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f8a4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 248, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 248, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f8a4; background: linear-gradient(135deg, #c4f8a4, #A4F8BC);