#c8df93
a light, vivid green · cool · closest name: khaki
RGB
200, 223, 147
HSL
78°, 54%, 73%
CMYK
10, 0, 34, 13
Luminance
0.6716
Every format
| HEX | #c8df93 |
| RGB | rgb(200, 223, 147) |
| HSL | hsl(78, 54%, 73%) |
| CMYK | cmyk(10%, 0%, 34%, 13%) |
| LAB | lab(85.6 -20.0 34.8) |
| LCH | lch(85.6 40.1 119.9) |
| OKLCH | oklch(0.869 0.102 122.2) |
Copy-ready code
/* CSS */
color: #c8df93;
background-color: #c8df93;
/* Tailwind (arbitrary) */
class="text-[#c8df93] bg-[#c8df93]"
/* SCSS */
$brand: #c8df93;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.576)
/* Android */
Color.parseColor("#c8df93")Accessibility — WCAG contrast
Aa
#c8df93 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8df93 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue57.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow34.1%
Key (black)12.5%
Color previews
#c8df93 text on a black background
contrast 14.43:1
Card sample
#c8df93 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8df93;
Background color
Panel with #c8df93 background
background-color: #c8df93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8df93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8df93; background: linear-gradient(135deg, #c8df93, #95DF93);