#c7fd76
a light, electric green · cool · closest name: khaki
RGB
199, 253, 118
HSL
84°, 97%, 73%
CMYK
21, 0, 53, 1
Luminance
0.8370
Every format
| HEX | #c7fd76 |
| RGB | rgb(199, 253, 118) |
| HSL | hsl(84, 97%, 73%) |
| CMYK | cmyk(21%, 0%, 53%, 1%) |
| LAB | lab(93.3 -37.7 58.3) |
| LCH | lch(93.3 69.4 122.9) |
| OKLCH | oklch(0.929 0.173 127.6) |
Copy-ready code
/* CSS */
color: #c7fd76;
background-color: #c7fd76;
/* Tailwind (arbitrary) */
class="text-[#c7fd76] bg-[#c7fd76]"
/* SCSS */
$brand: #c7fd76;
/* SwiftUI */
Color(red: 0.780, green: 0.992, blue: 0.463)
/* Android */
Color.parseColor("#c7fd76")Accessibility — WCAG contrast
Aa
#c7fd76 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7fd76 on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green99.2%
Blue46.3%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow53.4%
Key (black)0.8%
Color previews
#c7fd76 text on a black background
contrast 17.74:1
Card sample
#c7fd76 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7fd76;
Background color
Panel with #c7fd76 background
background-color: #c7fd76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7fd76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 253, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 253, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7fd76; background: linear-gradient(135deg, #c7fd76, #76FD7F);