#c8e3df
a light, soft cyan · cool · closest name: silver
RGB
200, 227, 223
HSL
171°, 33%, 84%
CMYK
12, 0, 2, 11
Luminance
0.7255
Every format
| HEX | #c8e3df |
| RGB | rgb(200, 227, 223) |
| HSL | hsl(171, 33%, 84%) |
| CMYK | cmyk(12%, 0%, 2%, 11%) |
| LAB | lab(88.2 -9.7 -1.1) |
| LCH | lch(88.2 9.7 186.3) |
| OKLCH | oklch(0.895 0.029 185.9) |
Copy-ready code
/* CSS */
color: #c8e3df;
background-color: #c8e3df;
/* Tailwind (arbitrary) */
class="text-[#c8e3df] bg-[#c8e3df]"
/* SCSS */
$brand: #c8e3df;
/* SwiftUI */
Color(red: 0.784, green: 0.890, blue: 0.875)
/* Android */
Color.parseColor("#c8e3df")Accessibility — WCAG contrast
Aa
#c8e3df on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8e3df on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green89.0%
Blue87.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow1.8%
Key (black)11.0%
Color previews
#c8e3df text on a black background
contrast 15.51:1
Card sample
#c8e3df text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8e3df;
Background color
Panel with #c8e3df background
background-color: #c8e3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8e3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 227, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 227, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8e3df; background: linear-gradient(135deg, #c8e3df, #C8D5E3);