#c4f7ac
a light, electric green · cool · closest name: khaki
RGB
196, 247, 172
HSL
101°, 82%, 82%
CMYK
21, 0, 30, 3
Luminance
0.8124
Every format
| HEX | #c4f7ac |
| RGB | rgb(196, 247, 172) |
| HSL | hsl(101, 82%, 82%) |
| CMYK | cmyk(21%, 0%, 30%, 3%) |
| LAB | lab(92.2 -29.5 30.9) |
| LCH | lch(92.2 42.7 133.6) |
| OKLCH | oklch(0.923 0.112 135.9) |
Copy-ready code
/* CSS */
color: #c4f7ac;
background-color: #c4f7ac;
/* Tailwind (arbitrary) */
class="text-[#c4f7ac] bg-[#c4f7ac]"
/* SCSS */
$brand: #c4f7ac;
/* SwiftUI */
Color(red: 0.769, green: 0.969, blue: 0.675)
/* Android */
Color.parseColor("#c4f7ac")Accessibility — WCAG contrast
Aa
#c4f7ac on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f7ac on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green96.9%
Blue67.5%
CMYK percentages
Cyan20.6%
Magenta0.0%
Yellow30.4%
Key (black)3.1%
Color previews
#c4f7ac text on a black background
contrast 17.25:1
Card sample
#c4f7ac text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f7ac;
Background color
Panel with #c4f7ac background
background-color: #c4f7ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f7ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 247, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 247, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f7ac; background: linear-gradient(135deg, #c4f7ac, #ACF7C6);