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