#c8dcdd
a light, soft cyan · cool · closest name: silver
RGB
200, 220, 221
HSL
183°, 24%, 83%
CMYK
10, 1, 0, 13
Luminance
0.6869
Every format
| HEX | #c8dcdd |
| RGB | rgb(200, 220, 221) |
| HSL | hsl(183, 24%, 83%) |
| CMYK | cmyk(10%, 1%, 0%, 13%) |
| LAB | lab(86.3 -6.5 -2.8) |
| LCH | lch(86.3 7.0 203.2) |
| OKLCH | oklch(0.880 0.021 200.4) |
Copy-ready code
/* CSS */
color: #c8dcdd;
background-color: #c8dcdd;
/* Tailwind (arbitrary) */
class="text-[#c8dcdd] bg-[#c8dcdd]"
/* SCSS */
$brand: #c8dcdd;
/* SwiftUI */
Color(red: 0.784, green: 0.863, blue: 0.867)
/* Android */
Color.parseColor("#c8dcdd")Accessibility — WCAG contrast
Aa
#c8dcdd on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dcdd on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.3%
Blue86.7%
CMYK percentages
Cyan9.5%
Magenta0.5%
Yellow0.0%
Key (black)13.3%
Color previews
#c8dcdd text on a black background
contrast 14.74:1
Card sample
#c8dcdd text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dcdd;
Background color
Panel with #c8dcdd background
background-color: #c8dcdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dcdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 220, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 220, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dcdd; background: linear-gradient(135deg, #c8dcdd, #C8CEDD);