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