#cdc7cb
a light, muted gray · warm · closest name: silver
RGB
205, 199, 203
HSL
320°, 6%, 79%
CMYK
0, 3, 1, 20
Luminance
0.5814
Every format
| HEX | #cdc7cb |
| RGB | rgb(205, 199, 203) |
| HSL | hsl(320, 6%, 79%) |
| CMYK | cmyk(0%, 3%, 1%, 20%) |
| LAB | lab(80.8 2.8 -1.3) |
| LCH | lch(80.8 3.1 335.9) |
| OKLCH | oklch(0.836 0.009 337.5) |
Copy-ready code
/* CSS */
color: #cdc7cb;
background-color: #cdc7cb;
/* Tailwind (arbitrary) */
class="text-[#cdc7cb] bg-[#cdc7cb]"
/* SCSS */
$brand: #cdc7cb;
/* SwiftUI */
Color(red: 0.804, green: 0.780, blue: 0.796)
/* Android */
Color.parseColor("#cdc7cb")Accessibility — WCAG contrast
Aa
#cdc7cb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc7cb on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow1.0%
Key (black)19.6%
Color previews
#cdc7cb text on a black background
contrast 12.63:1
Card sample
#cdc7cb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc7cb;
Background color
Panel with #cdc7cb background
background-color: #cdc7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 199, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 199, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc7cb; background: linear-gradient(135deg, #cdc7cb, #CDC7C7);