#c8dcdf
a light, soft cyan · cool · closest name: silver
RGB
200, 220, 223
HSL
188°, 26%, 83%
CMYK
10, 1, 0, 13
Luminance
0.6879
Every format
| HEX | #c8dcdf |
| RGB | rgb(200, 220, 223) |
| HSL | hsl(188, 26%, 83%) |
| CMYK | cmyk(10%, 1%, 0%, 13%) |
| LAB | lab(86.4 -6.1 -3.7) |
| LCH | lch(86.4 7.1 211.7) |
| OKLCH | oklch(0.880 0.022 207.6) |
Copy-ready code
/* CSS */
color: #c8dcdf;
background-color: #c8dcdf;
/* Tailwind (arbitrary) */
class="text-[#c8dcdf] bg-[#c8dcdf]"
/* SCSS */
$brand: #c8dcdf;
/* SwiftUI */
Color(red: 0.784, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#c8dcdf")Accessibility — WCAG contrast
Aa
#c8dcdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dcdf on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c8dcdf text on a black background
contrast 14.76:1
Card sample
#c8dcdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dcdf;
Background color
Panel with #c8dcdf background
background-color: #c8dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dcdf; background: linear-gradient(135deg, #c8dcdf, #C8CDDF);