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