#c8d2da
a light, soft blue · cool · closest name: silver
RGB
200, 210, 218
HSL
207°, 20%, 82%
CMYK
8, 4, 0, 15
Luminance
0.6343
Every format
| HEX | #c8d2da |
| RGB | rgb(200, 210, 218) |
| HSL | hsl(207, 20%, 82%) |
| CMYK | cmyk(8%, 4%, 0%, 15%) |
| LAB | lab(83.7 -1.9 -5.1) |
| LCH | lch(83.7 5.4 250.1) |
| OKLCH | oklch(0.859 0.016 241.8) |
Copy-ready code
/* CSS */
color: #c8d2da;
background-color: #c8d2da;
/* Tailwind (arbitrary) */
class="text-[#c8d2da] bg-[#c8d2da]"
/* SCSS */
$brand: #c8d2da;
/* SwiftUI */
Color(red: 0.784, green: 0.824, blue: 0.855)
/* Android */
Color.parseColor("#c8d2da")Accessibility — WCAG contrast
Aa
#c8d2da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8d2da on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green82.4%
Blue85.5%
CMYK percentages
Cyan8.3%
Magenta3.7%
Yellow0.0%
Key (black)14.5%
Color previews
#c8d2da text on a black background
contrast 13.69:1
Card sample
#c8d2da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8d2da;
Background color
Panel with #c8d2da background
background-color: #c8d2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8d2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 210, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 210, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8d2da; background: linear-gradient(135deg, #c8d2da, #CAC8DA);