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