#c8ecdf
a pale, vivid green · cool · closest name: beige
RGB
200, 236, 223
HSL
158°, 49%, 86%
CMYK
15, 0, 6, 8
Luminance
0.7760
Every format
| HEX | #c8ecdf |
| RGB | rgb(200, 236, 223) |
| HSL | hsl(158, 49%, 86%) |
| CMYK | cmyk(15%, 0%, 6%, 8%) |
| LAB | lab(90.6 -14.2 2.4) |
| LCH | lch(90.6 14.4 170.4) |
| OKLCH | oklch(0.914 0.041 171.5) |
Copy-ready code
/* CSS */
color: #c8ecdf;
background-color: #c8ecdf;
/* Tailwind (arbitrary) */
class="text-[#c8ecdf] bg-[#c8ecdf]"
/* SCSS */
$brand: #c8ecdf;
/* SwiftUI */
Color(red: 0.784, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#c8ecdf")Accessibility — WCAG contrast
Aa
#c8ecdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ecdf on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.5%
Blue87.5%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#c8ecdf text on a black background
contrast 16.52:1
Card sample
#c8ecdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ecdf;
Background color
Panel with #c8ecdf background
background-color: #c8ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ecdf; background: linear-gradient(135deg, #c8ecdf, #C8E1EC);