#c0ff66
a light, electric green · cool · closest name: yellow
RGB
192, 255, 102
HSL
85°, 100%, 70%
CMYK
25, 0, 60, 0
Luminance
0.8369
Every format
| HEX | #c0ff66 |
| RGB | rgb(192, 255, 102) |
| HSL | hsl(85, 100%, 70%) |
| CMYK | cmyk(25%, 0%, 60%, 0%) |
| LAB | lab(93.3 -42.5 65.1) |
| LCH | lch(93.3 77.7 123.1) |
| OKLCH | oklch(0.928 0.193 128.6) |
Copy-ready code
/* CSS */
color: #c0ff66;
background-color: #c0ff66;
/* Tailwind (arbitrary) */
class="text-[#c0ff66] bg-[#c0ff66]"
/* SCSS */
$brand: #c0ff66;
/* SwiftUI */
Color(red: 0.753, green: 1.000, blue: 0.400)
/* Android */
Color.parseColor("#c0ff66")Accessibility — WCAG contrast
Aa
#c0ff66 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0ff66 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green100.0%
Blue40.0%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow60.0%
Key (black)0.0%
Color previews
#c0ff66 text on a black background
contrast 17.74:1
Card sample
#c0ff66 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0ff66;
Background color
Panel with #c0ff66 background
background-color: #c0ff66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0ff66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 255, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 255, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0ff66; background: linear-gradient(135deg, #c0ff66, #66FF72);