#cdcbcf
a light, muted gray · warm · closest name: silver
RGB
205, 203, 207
HSL
270°, 4%, 80%
CMYK
1, 2, 0, 19
Luminance
0.6020
Every format
| HEX | #cdcbcf |
| RGB | rgb(205, 203, 207) |
| HSL | hsl(270, 4%, 80%) |
| CMYK | cmyk(1%, 2%, 0%, 19%) |
| LAB | lab(81.9 1.4 -1.7) |
| LCH | lch(81.9 2.3 309.2) |
| OKLCH | oklch(0.845 0.006 308.4) |
Copy-ready code
/* CSS */
color: #cdcbcf;
background-color: #cdcbcf;
/* Tailwind (arbitrary) */
class="text-[#cdcbcf] bg-[#cdcbcf]"
/* SCSS */
$brand: #cdcbcf;
/* SwiftUI */
Color(red: 0.804, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#cdcbcf")Accessibility — WCAG contrast
Aa
#cdcbcf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcbcf on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green79.6%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cdcbcf text on a black background
contrast 13.04:1
Card sample
#cdcbcf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcbcf;
Background color
Panel with #cdcbcf background
background-color: #cdcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcbcf; background: linear-gradient(135deg, #cdcbcf, #CFCBCE);