#c8f577
a light, electric green · cool · closest name: khaki
RGB
200, 245, 119
HSL
81°, 86%, 71%
CMYK
18, 0, 51, 4
Luminance
0.7892
Every format
| HEX | #c8f577 |
| RGB | rgb(200, 245, 119) |
| HSL | hsl(81, 86%, 71%) |
| CMYK | cmyk(18%, 0%, 51%, 4%) |
| LAB | lab(91.2 -33.6 55.4) |
| LCH | lch(91.2 64.8 121.3) |
| OKLCH | oklch(0.912 0.162 125.7) |
Copy-ready code
/* CSS */
color: #c8f577;
background-color: #c8f577;
/* Tailwind (arbitrary) */
class="text-[#c8f577] bg-[#c8f577]"
/* SCSS */
$brand: #c8f577;
/* SwiftUI */
Color(red: 0.784, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#c8f577")Accessibility — WCAG contrast
Aa
#c8f577 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8f577 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green96.1%
Blue46.7%
CMYK percentages
Cyan18.4%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#c8f577 text on a black background
contrast 16.78:1
Card sample
#c8f577 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8f577;
Background color
Panel with #c8f577 background
background-color: #c8f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8f577; background: linear-gradient(135deg, #c8f577, #77F57A);