#cdcdd5
a light, muted blue · warm · closest name: silver
RGB
205, 205, 213
HSL
240°, 9%, 82%
CMYK
4, 4, 0, 17
Luminance
0.6145
Every format
| HEX | #cdcdd5 |
| RGB | rgb(205, 205, 213) |
| HSL | hsl(240, 9%, 82%) |
| CMYK | cmyk(4%, 4%, 0%, 17%) |
| LAB | lab(82.6 1.5 -4.0) |
| LCH | lch(82.6 4.2 290.5) |
| OKLCH | oklch(0.851 0.011 286.2) |
Copy-ready code
/* CSS */
color: #cdcdd5;
background-color: #cdcdd5;
/* Tailwind (arbitrary) */
class="text-[#cdcdd5] bg-[#cdcdd5]"
/* SCSS */
$brand: #cdcdd5;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.835)
/* Android */
Color.parseColor("#cdcdd5")Accessibility — WCAG contrast
Aa
#cdcdd5 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdd5 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue83.5%
CMYK percentages
Cyan3.8%
Magenta3.8%
Yellow0.0%
Key (black)16.5%
Color previews
#cdcdd5 text on a black background
contrast 13.29:1
Card sample
#cdcdd5 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdd5;
Background color
Panel with #cdcdd5 background
background-color: #cdcdd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdd5; background: linear-gradient(135deg, #cdcdd5, #D2CDD5);