#c0ff6c
a light, electric green · cool · closest name: khaki
RGB
192, 255, 108
HSL
86°, 100%, 71%
CMYK
25, 0, 58, 0
Luminance
0.8381
Every format
| HEX | #c0ff6c |
| RGB | rgb(192, 255, 108) |
| HSL | hsl(86, 100%, 71%) |
| CMYK | cmyk(25%, 0%, 58%, 0%) |
| LAB | lab(93.4 -42.0 62.6) |
| LCH | lch(93.4 75.4 123.9) |
| OKLCH | oklch(0.928 0.188 129.0) |
Copy-ready code
/* CSS */
color: #c0ff6c;
background-color: #c0ff6c;
/* Tailwind (arbitrary) */
class="text-[#c0ff6c] bg-[#c0ff6c]"
/* SCSS */
$brand: #c0ff6c;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.424)
/* Android */
Color.parseColor("#c0ff6c")Accessibility — WCAG contrast
Aa
#c0ff6c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ff6c on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue42.4%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow57.6%
Key (black)0.0%
Color previews
#c0ff6c text on a black background
contrast 17.76:1
Card sample
#c0ff6c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ff6c;
Background color
Panel with #c0ff6c background
background-color: #c0ff6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ff6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ff6c; background: linear-gradient(135deg, #c0ff6c, #6CFF7A);