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