#cdd0dc
a light, soft blue · warm · closest name: silver
RGB
205, 208, 220
HSL
228°, 18%, 83%
CMYK
7, 6, 0, 14
Luminance
0.6326
Every format
| HEX | #cdd0dc |
| RGB | rgb(205, 208, 220) |
| HSL | hsl(228, 18%, 83%) |
| CMYK | cmyk(7%, 6%, 0%, 14%) |
| LAB | lab(83.6 1.2 -6.3) |
| LCH | lch(83.6 6.4 281.2) |
| OKLCH | oklch(0.859 0.017 274.8) |
Copy-ready code
/* CSS */
color: #cdd0dc;
background-color: #cdd0dc;
/* Tailwind (arbitrary) */
class="text-[#cdd0dc] bg-[#cdd0dc]"
/* SCSS */
$brand: #cdd0dc;
/* SwiftUI */
Color(red: 0.804, green: 0.816, blue: 0.863)
/* Android */
Color.parseColor("#cdd0dc")Accessibility — WCAG contrast
Aa
#cdd0dc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd0dc on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green81.6%
Blue86.3%
CMYK percentages
Cyan6.8%
Magenta5.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cdd0dc text on a black background
contrast 13.65:1
Card sample
#cdd0dc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd0dc;
Background color
Panel with #cdd0dc background
background-color: #cdd0dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd0dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 208, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 208, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd0dc; background: linear-gradient(135deg, #cdd0dc, #D4CDDC);