#c4f062
a light, electric green · cool · closest name: khaki
RGB
196, 240, 98
HSL
79°, 83%, 66%
CMYK
18, 0, 59, 6
Luminance
0.7494
Every format
| HEX | #c4f062 |
| RGB | rgb(196, 240, 98) |
| HSL | hsl(79, 83%, 66%) |
| CMYK | cmyk(18%, 0%, 59%, 6%) |
| LAB | lab(89.4 -34.7 62.5) |
| LCH | lch(89.4 71.4 119.0) |
| OKLCH | oklch(0.896 0.175 124.4) |
Copy-ready code
/* CSS */
color: #c4f062;
background-color: #c4f062;
/* Tailwind (arbitrary) */
class="text-[#c4f062] bg-[#c4f062]"
/* SCSS */
$brand: #c4f062;
/* SwiftUI */
Color(red: 0.769, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#c4f062")Accessibility — WCAG contrast
Aa
#c4f062 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4f062 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green94.1%
Blue38.4%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#c4f062 text on a black background
contrast 15.99:1
Card sample
#c4f062 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4f062;
Background color
Panel with #c4f062 background
background-color: #c4f062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4f062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4f062; background: linear-gradient(135deg, #c4f062, #65F062);