#c8d9df
a light, soft cyan · cool · closest name: silver
RGB
200, 217, 223
HSL
196°, 26%, 83%
CMYK
10, 3, 0, 13
Luminance
0.6723
Every format
| HEX | #c8d9df |
| RGB | rgb(200, 217, 223) |
| HSL | hsl(196, 26%, 83%) |
| CMYK | cmyk(10%, 3%, 0%, 13%) |
| LAB | lab(85.6 -4.5 -4.9) |
| LCH | lch(85.6 6.7 227.3) |
| OKLCH | oklch(0.874 0.020 220.9) |
Copy-ready code
/* CSS */
color: #c8d9df;
background-color: #c8d9df;
/* Tailwind (arbitrary) */
class="text-[#c8d9df] bg-[#c8d9df]"
/* SCSS */
$brand: #c8d9df;
/* SwiftUI */
Color(red: 0.784, green: 0.851, blue: 0.875)
/* Android */
Color.parseColor("#c8d9df")Accessibility — WCAG contrast
Aa
#c8d9df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d9df on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green85.1%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta2.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c8d9df text on a black background
contrast 14.45:1
Card sample
#c8d9df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d9df;
Background color
Panel with #c8d9df background
background-color: #c8d9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 217, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 217, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d9df; background: linear-gradient(135deg, #c8d9df, #C8CADF);