#cdcccb
a light, muted gray · warm · closest name: silver
RGB
205, 204, 203
HSL
30°, 2%, 80%
CMYK
0, 1, 1, 20
Luminance
0.6048
Every format
| HEX | #cdcccb |
| RGB | rgb(205, 204, 203) |
| HSL | hsl(30, 2%, 80%) |
| CMYK | cmyk(0%, 1%, 1%, 20%) |
| LAB | lab(82.1 0.2 0.6) |
| LCH | lch(82.1 0.6 75.5) |
| OKLCH | oklch(0.846 0.002 67.8) |
Copy-ready code
/* CSS */
color: #cdcccb;
background-color: #cdcccb;
/* Tailwind (arbitrary) */
class="text-[#cdcccb] bg-[#cdcccb]"
/* SCSS */
$brand: #cdcccb;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#cdcccb")Accessibility — WCAG contrast
Aa
#cdcccb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcccb on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow1.0%
Key (black)19.6%
Color previews
#cdcccb text on a black background
contrast 13.10:1
Card sample
#cdcccb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcccb;
Background color
Panel with #cdcccb background
background-color: #cdcccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcccb; background: linear-gradient(135deg, #cdcccb, #CDCDCB);