#cdcdd9
a light, muted blue · warm · closest name: silver
RGB
205, 205, 217
HSL
240°, 14%, 83%
CMYK
6, 6, 0, 15
Luminance
0.6165
Every format
| HEX | #cdcdd9 |
| RGB | rgb(205, 205, 217) |
| HSL | hsl(240, 14%, 83%) |
| CMYK | cmyk(6%, 6%, 0%, 15%) |
| LAB | lab(82.7 2.3 -5.9) |
| LCH | lch(82.7 6.3 290.8) |
| OKLCH | oklch(0.852 0.017 286.0) |
Copy-ready code
/* CSS */
color: #cdcdd9;
background-color: #cdcdd9;
/* Tailwind (arbitrary) */
class="text-[#cdcdd9] bg-[#cdcdd9]"
/* SCSS */
$brand: #cdcdd9;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.851)
/* Android */
Color.parseColor("#cdcdd9")Accessibility — WCAG contrast
Aa
#cdcdd9 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdd9 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue85.1%
CMYK percentages
Cyan5.5%
Magenta5.5%
Yellow0.0%
Key (black)14.9%
Color previews
#cdcdd9 text on a black background
contrast 13.33:1
Card sample
#cdcdd9 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdd9;
Background color
Panel with #cdcdd9 background
background-color: #cdcdd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdd9; background: linear-gradient(135deg, #cdcdd9, #D5CDD9);