#c6ec79
a light, electric green · cool · closest name: khaki
RGB
198, 236, 121
HSL
80°, 75%, 70%
CMYK
16, 0, 49, 8
Luminance
0.7338
Every format
| HEX | #c6ec79 |
| RGB | rgb(198, 236, 121) |
| HSL | hsl(80, 75%, 70%) |
| CMYK | cmyk(16%, 0%, 49%, 8%) |
| LAB | lab(88.6 -30.0 51.3) |
| LCH | lch(88.6 59.5 120.3) |
| OKLCH | oklch(0.892 0.148 124.4) |
Copy-ready code
/* CSS */
color: #c6ec79;
background-color: #c6ec79;
/* Tailwind (arbitrary) */
class="text-[#c6ec79] bg-[#c6ec79]"
/* SCSS */
$brand: #c6ec79;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.475)
/* Android */
Color.parseColor("#c6ec79")Accessibility — WCAG contrast
Aa
#c6ec79 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ec79 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue47.5%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow48.7%
Key (black)7.5%
Color previews
#c6ec79 text on a black background
contrast 15.68:1
Card sample
#c6ec79 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ec79;
Background color
Panel with #c6ec79 background
background-color: #c6ec79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ec79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ec79; background: linear-gradient(135deg, #c6ec79, #79EC79);