#c0ff79
a light, electric green · cool · closest name: khaki
RGB
192, 255, 121
HSL
88°, 100%, 74%
CMYK
25, 0, 53, 0
Luminance
0.8411
Every format
| HEX | #c0ff79 |
| RGB | rgb(192, 255, 121) |
| HSL | hsl(88, 100%, 74%) |
| CMYK | cmyk(25%, 0%, 53%, 0%) |
| LAB | lab(93.5 -40.8 57.1) |
| LCH | lch(93.5 70.2 125.6) |
| OKLCH | oklch(0.930 0.177 130.1) |
Copy-ready code
/* CSS */
color: #c0ff79;
background-color: #c0ff79;
/* Tailwind (arbitrary) */
class="text-[#c0ff79] bg-[#c0ff79]"
/* SCSS */
$brand: #c0ff79;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.475)
/* Android */
Color.parseColor("#c0ff79")Accessibility — WCAG contrast
Aa
#c0ff79 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ff79 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue47.5%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow52.5%
Key (black)0.0%
Color previews
#c0ff79 text on a black background
contrast 17.82:1
Card sample
#c0ff79 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ff79;
Background color
Panel with #c0ff79 background
background-color: #c0ff79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ff79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ff79; background: linear-gradient(135deg, #c0ff79, #79FF8B);