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