#c8feaf
a light, electric green · cool · closest name: khaki
RGB
200, 254, 175
HSL
101°, 98%, 84%
CMYK
21, 0, 31, 0
Luminance
0.8626
Every format
| HEX | #c8feaf |
| RGB | rgb(200, 254, 175) |
| HSL | hsl(101, 98%, 84%) |
| CMYK | cmyk(21%, 0%, 31%, 0%) |
| LAB | lab(94.4 -31.0 32.4) |
| LCH | lch(94.4 44.8 133.7) |
| OKLCH | oklch(0.941 0.117 136.1) |
Copy-ready code
/* CSS */
color: #c8feaf;
background-color: #c8feaf;
/* Tailwind (arbitrary) */
class="text-[#c8feaf] bg-[#c8feaf]"
/* SCSS */
$brand: #c8feaf;
/* SwiftUI */
Color(red: 0.784, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#c8feaf")Accessibility — WCAG contrast
Aa
#c8feaf on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8feaf on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green99.6%
Blue68.6%
CMYK percentages
Cyan21.3%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#c8feaf text on a black background
contrast 18.25:1
Card sample
#c8feaf text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8feaf;
Background color
Panel with #c8feaf background
background-color: #c8feaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8feaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8feaf; background: linear-gradient(135deg, #c8feaf, #AFFECB);