#cdd1dc
a light, soft blue · cool · closest name: silver
RGB
205, 209, 220
HSL
224°, 18%, 83%
CMYK
7, 5, 0, 14
Luminance
0.6375
Every format
| HEX | #cdd1dc |
| RGB | rgb(205, 209, 220) |
| HSL | hsl(224, 18%, 83%) |
| CMYK | cmyk(7%, 5%, 0%, 14%) |
| LAB | lab(83.8 0.7 -5.9) |
| LCH | lch(83.8 5.9 277.0) |
| OKLCH | oklch(0.861 0.016 270.0) |
Copy-ready code
/* CSS */
color: #cdd1dc;
background-color: #cdd1dc;
/* Tailwind (arbitrary) */
class="text-[#cdd1dc] bg-[#cdd1dc]"
/* SCSS */
$brand: #cdd1dc;
/* SwiftUI */
Color(red: 0.804, green: 0.820, blue: 0.863)
/* Android */
Color.parseColor("#cdd1dc")Accessibility — WCAG contrast
Aa
#cdd1dc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd1dc on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.0%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta5.0%
Yellow0.0%
Key (black)13.7%
Color previews
#cdd1dc text on a black background
contrast 13.75:1
Card sample
#cdd1dc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd1dc;
Background color
Panel with #cdd1dc background
background-color: #cdd1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 209, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 209, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd1dc; background: linear-gradient(135deg, #cdd1dc, #D3CDDC);