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