#c8eedf
a pale, vivid green · cool · closest name: beige
RGB
200, 238, 223
HSL
156°, 53%, 86%
CMYK
16, 0, 6, 7
Luminance
0.7876
Every format
| HEX | #c8eedf |
| RGB | rgb(200, 238, 223) |
| HSL | hsl(156, 53%, 86%) |
| CMYK | cmyk(16%, 0%, 6%, 7%) |
| LAB | lab(91.1 -15.2 3.1) |
| LCH | lch(91.1 15.5 168.3) |
| OKLCH | oklch(0.918 0.044 169.5) |
Copy-ready code
/* CSS */
color: #c8eedf;
background-color: #c8eedf;
/* Tailwind (arbitrary) */
class="text-[#c8eedf] bg-[#c8eedf]"
/* SCSS */
$brand: #c8eedf;
/* SwiftUI */
Color(red: 0.784, green: 0.933, blue: 0.875)
/* Android */
Color.parseColor("#c8eedf")Accessibility — WCAG contrast
Aa
#c8eedf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eedf on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green93.3%
Blue87.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow6.3%
Key (black)6.7%
Color previews
#c8eedf text on a black background
contrast 16.75:1
Card sample
#c8eedf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eedf;
Background color
Panel with #c8eedf background
background-color: #c8eedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 238, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 238, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eedf; background: linear-gradient(135deg, #c8eedf, #C8E4EE);