#c8e97c
a light, vivid green · cool · closest name: khaki
RGB
200, 233, 124
HSL
78°, 71%, 70%
CMYK
14, 0, 47, 9
Luminance
0.7201
Every format
| HEX | #c8e97c |
| RGB | rgb(200, 233, 124) |
| HSL | hsl(78, 71%, 70%) |
| CMYK | cmyk(14%, 0%, 47%, 9%) |
| LAB | lab(88.0 -27.5 49.1) |
| LCH | lch(88.0 56.3 119.2) |
| OKLCH | oklch(0.887 0.141 123.1) |
Copy-ready code
/* CSS */
color: #c8e97c;
background-color: #c8e97c;
/* Tailwind (arbitrary) */
class="text-[#c8e97c] bg-[#c8e97c]"
/* SCSS */
$brand: #c8e97c;
/* SwiftUI */
Color(red: 0.784, green: 0.914, blue: 0.486)
/* Android */
Color.parseColor("#c8e97c")Accessibility — WCAG contrast
Aa
#c8e97c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8e97c on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green91.4%
Blue48.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow46.8%
Key (black)8.6%
Color previews
#c8e97c text on a black background
contrast 15.40:1
Card sample
#c8e97c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8e97c;
Background color
Panel with #c8e97c background
background-color: #c8e97c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8e97c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 233, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 233, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8e97c; background: linear-gradient(135deg, #c8e97c, #7FE97C);