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