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