#c8e3da
a light, soft cyan · cool · closest name: beige
RGB
200, 227, 218
HSL
160°, 33%, 84%
CMYK
12, 0, 4, 11
Luminance
0.7228
Every format
| HEX | #c8e3da |
| RGB | rgb(200, 227, 218) |
| HSL | hsl(160, 33%, 84%) |
| CMYK | cmyk(12%, 0%, 4%, 11%) |
| LAB | lab(88.1 -10.6 1.4) |
| LCH | lch(88.1 10.7 172.6) |
| OKLCH | oklch(0.893 0.031 173.5) |
Copy-ready code
/* CSS */
color: #c8e3da;
background-color: #c8e3da;
/* Tailwind (arbitrary) */
class="text-[#c8e3da] bg-[#c8e3da]"
/* SCSS */
$brand: #c8e3da;
/* SwiftUI */
Color(red: 0.784, green: 0.890, blue: 0.855)
/* Android */
Color.parseColor("#c8e3da")Accessibility — WCAG contrast
Aa
#c8e3da on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8e3da on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green89.0%
Blue85.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow4.0%
Key (black)11.0%
Color previews
#c8e3da text on a black background
contrast 15.46:1
Card sample
#c8e3da text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8e3da;
Background color
Panel with #c8e3da background
background-color: #c8e3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8e3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 227, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 227, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8e3da; background: linear-gradient(135deg, #c8e3da, #C8DAE3);