#c0fd76
a light, electric green · cool · closest name: khaki
RGB
192, 253, 118
HSL
87°, 97%, 73%
CMYK
24, 0, 53, 1
Luminance
0.8277
Every format
| HEX | #c0fd76 |
| RGB | rgb(192, 253, 118) |
| HSL | hsl(87, 97%, 73%) |
| CMYK | cmyk(24%, 0%, 53%, 1%) |
| LAB | lab(92.9 -40.2 57.7) |
| LCH | lch(92.9 70.3 124.9) |
| OKLCH | oklch(0.925 0.177 129.5) |
Copy-ready code
/* CSS */
color: #c0fd76;
background-color: #c0fd76;
/* Tailwind (arbitrary) */
class="text-[#c0fd76] bg-[#c0fd76]"
/* SCSS */
$brand: #c0fd76;
/* SwiftUI */
Color(red: 0.753, green: 0.992, blue: 0.463)
/* Android */
Color.parseColor("#c0fd76")Accessibility — WCAG contrast
Aa
#c0fd76 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0fd76 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green99.2%
Blue46.3%
CMYK percentages
Cyan24.1%
Magenta0.0%
Yellow53.4%
Key (black)0.8%
Color previews
#c0fd76 text on a black background
contrast 17.55:1
Card sample
#c0fd76 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0fd76;
Background color
Panel with #c0fd76 background
background-color: #c0fd76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0fd76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 253, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 253, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0fd76; background: linear-gradient(135deg, #c0fd76, #76FD86);