#c0f080
a light, electric green · cool · closest name: khaki
RGB
192, 240, 128
HSL
86°, 79%, 72%
CMYK
20, 0, 47, 6
Luminance
0.7509
Every format
| HEX | #c0f080 |
| RGB | rgb(192, 240, 128) |
| HSL | hsl(86, 79%, 72%) |
| CMYK | cmyk(20%, 0%, 47%, 6%) |
| LAB | lab(89.4 -33.3 48.9) |
| LCH | lch(89.4 59.2 124.3) |
| OKLCH | oklch(0.897 0.150 128.2) |
Copy-ready code
/* CSS */
color: #c0f080;
background-color: #c0f080;
/* Tailwind (arbitrary) */
class="text-[#c0f080] bg-[#c0f080]"
/* SCSS */
$brand: #c0f080;
/* SwiftUI */
Color(red: 0.753, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#c0f080")Accessibility — WCAG contrast
Aa
#c0f080 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0f080 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green94.1%
Blue50.2%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#c0f080 text on a black background
contrast 16.02:1
Card sample
#c0f080 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0f080;
Background color
Panel with #c0f080 background
background-color: #c0f080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0f080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0f080; background: linear-gradient(135deg, #c0f080, #80F08B);