#c8ffaf
a light, electric green · cool · closest name: khaki
RGB
200, 255, 175
HSL
101°, 100%, 84%
CMYK
22, 0, 31, 0
Luminance
0.8689
Every format
| HEX | #c8ffaf |
| RGB | rgb(200, 255, 175) |
| HSL | hsl(101, 100%, 84%) |
| CMYK | cmyk(22%, 0%, 31%, 0%) |
| LAB | lab(94.7 -31.4 32.8) |
| LCH | lch(94.7 45.4 133.8) |
| OKLCH | oklch(0.943 0.119 136.2) |
Copy-ready code
/* CSS */
color: #c8ffaf;
background-color: #c8ffaf;
/* Tailwind (arbitrary) */
class="text-[#c8ffaf] bg-[#c8ffaf]"
/* SCSS */
$brand: #c8ffaf;
/* SwiftUI */
Color(red: 0.784, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#c8ffaf")Accessibility — WCAG contrast
Aa
#c8ffaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ffaf on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green100.0%
Blue68.6%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#c8ffaf text on a black background
contrast 18.38:1
Card sample
#c8ffaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ffaf;
Background color
Panel with #c8ffaf background
background-color: #c8ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ffaf; background: linear-gradient(135deg, #c8ffaf, #AFFFCB);