#c8ff87
a light, electric green · cool · closest name: khaki
RGB
200, 255, 135
HSL
88°, 100%, 77%
CMYK
22, 0, 47, 0
Luminance
0.8555
Every format
| HEX | #c8ff87 |
| RGB | rgb(200, 255, 135) |
| HSL | hsl(88, 100%, 77%) |
| CMYK | cmyk(22%, 0%, 47%, 0%) |
| LAB | lab(94.1 -36.5 51.5) |
| LCH | lch(94.1 63.1 125.3) |
| OKLCH | oklch(0.937 0.160 129.3) |
Copy-ready code
/* CSS */
color: #c8ff87;
background-color: #c8ff87;
/* Tailwind (arbitrary) */
class="text-[#c8ff87] bg-[#c8ff87]"
/* SCSS */
$brand: #c8ff87;
/* SwiftUI */
Color(red: 0.784, green: 1.000, blue: 0.529)
/* Android */
Color.parseColor("#c8ff87")Accessibility — WCAG contrast
Aa
#c8ff87 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ff87 on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green100.0%
Blue52.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow47.1%
Key (black)0.0%
Color previews
#c8ff87 text on a black background
contrast 18.11:1
Card sample
#c8ff87 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ff87;
Background color
Panel with #c8ff87 background
background-color: #c8ff87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ff87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 255, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 255, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ff87; background: linear-gradient(135deg, #c8ff87, #87FF96);