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