#c4f98f
a light, electric green · cool · closest name: khaki
RGB
196, 249, 143
HSL
90°, 90%, 77%
CMYK
21, 0, 43, 2
Luminance
0.8147
Every format
| HEX | #c4f98f |
| RGB | rgb(196, 249, 143) |
| HSL | hsl(90, 90%, 77%) |
| CMYK | cmyk(21%, 0%, 43%, 2%) |
| LAB | lab(92.3 -34.3 45.4) |
| LCH | lch(92.3 56.9 127.1) |
| OKLCH | oklch(0.922 0.145 130.5) |
Copy-ready code
/* CSS */
color: #c4f98f;
background-color: #c4f98f;
/* Tailwind (arbitrary) */
class="text-[#c4f98f] bg-[#c4f98f]"
/* SCSS */
$brand: #c4f98f;
/* SwiftUI */
Color(red: 0.769, green: 0.976, blue: 0.561)
/* Android */
Color.parseColor("#c4f98f")Accessibility — WCAG contrast
Aa
#c4f98f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f98f on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green97.6%
Blue56.1%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow42.6%
Key (black)2.4%
Color previews
#c4f98f text on a black background
contrast 17.29:1
Card sample
#c4f98f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f98f;
Background color
Panel with #c4f98f background
background-color: #c4f98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 249, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 249, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f98f; background: linear-gradient(135deg, #c4f98f, #8FF9A1);