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