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