#c8eed8
a pale, vivid green · cool · closest name: beige
RGB
200, 238, 216
HSL
145°, 53%, 86%
CMYK
16, 0, 9, 7
Luminance
0.7839
Every format
| HEX | #c8eed8 |
| RGB | rgb(200, 238, 216) |
| HSL | hsl(145, 53%, 86%) |
| CMYK | cmyk(16%, 0%, 9%, 7%) |
| LAB | lab(91.0 -16.5 6.6) |
| LCH | lch(91.0 17.8 158.3) |
| OKLCH | oklch(0.916 0.050 159.9) |
Copy-ready code
/* CSS */
color: #c8eed8;
background-color: #c8eed8;
/* Tailwind (arbitrary) */
class="text-[#c8eed8] bg-[#c8eed8]"
/* SCSS */
$brand: #c8eed8;
/* SwiftUI */
Color(red: 0.784, green: 0.933, blue: 0.847)
/* Android */
Color.parseColor("#c8eed8")Accessibility — WCAG contrast
Aa
#c8eed8 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eed8 on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green93.3%
Blue84.7%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow9.2%
Key (black)6.7%
Color previews
#c8eed8 text on a black background
contrast 16.68:1
Card sample
#c8eed8 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eed8;
Background color
Panel with #c8eed8 background
background-color: #c8eed8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eed8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 238, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 238, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eed8; background: linear-gradient(135deg, #c8eed8, #C8EBEE);