#cdcdd1
a light, muted gray · warm · closest name: silver
RGB
205, 205, 209
HSL
240°, 4%, 81%
CMYK
2, 2, 0, 18
Luminance
0.6125
Every format
| HEX | #cdcdd1 |
| RGB | rgb(205, 205, 209) |
| HSL | hsl(240, 4%, 81%) |
| CMYK | cmyk(2%, 2%, 0%, 18%) |
| LAB | lab(82.5 0.7 -2.0) |
| LCH | lch(82.5 2.1 290.5) |
| OKLCH | oklch(0.850 0.005 286.3) |
Copy-ready code
/* CSS */
color: #cdcdd1;
background-color: #cdcdd1;
/* Tailwind (arbitrary) */
class="text-[#cdcdd1] bg-[#cdcdd1]"
/* SCSS */
$brand: #cdcdd1;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.820)
/* Android */
Color.parseColor("#cdcdd1")Accessibility — WCAG contrast
Aa
#cdcdd1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcdd1 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue82.0%
CMYK percentages
Cyan1.9%
Magenta1.9%
Yellow0.0%
Key (black)18.0%
Color previews
#cdcdd1 text on a black background
contrast 13.25:1
Card sample
#cdcdd1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcdd1;
Background color
Panel with #cdcdd1 background
background-color: #cdcdd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcdd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcdd1; background: linear-gradient(135deg, #cdcdd1, #D0CDD1);