#c8eceb
a pale, vivid cyan · cool · closest name: white
RGB
200, 236, 235
HSL
178°, 49%, 86%
CMYK
15, 0, 0, 8
Luminance
0.7827
Every format
| HEX | #c8eceb |
| RGB | rgb(200, 236, 235) |
| HSL | hsl(178, 49%, 86%) |
| CMYK | cmyk(15%, 0%, 0%, 8%) |
| LAB | lab(90.9 -11.8 -3.4) |
| LCH | lch(90.9 12.3 196.2) |
| OKLCH | oklch(0.917 0.037 194.4) |
Copy-ready code
/* CSS */
color: #c8eceb;
background-color: #c8eceb;
/* Tailwind (arbitrary) */
class="text-[#c8eceb] bg-[#c8eceb]"
/* SCSS */
$brand: #c8eceb;
/* SwiftUI */
Color(red: 0.784, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#c8eceb")Accessibility — WCAG contrast
Aa
#c8eceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eceb on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.5%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#c8eceb text on a black background
contrast 16.65:1
Card sample
#c8eceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eceb;
Background color
Panel with #c8eceb background
background-color: #c8eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eceb; background: linear-gradient(135deg, #c8eceb, #C8D5EC);