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