#cdcccf
a light, muted gray · warm · closest name: silver
RGB
205, 204, 207
HSL
260°, 3%, 81%
CMYK
1, 1, 0, 19
Luminance
0.6067
Every format
| HEX | #cdcccf |
| RGB | rgb(205, 204, 207) |
| HSL | hsl(260, 3%, 81%) |
| CMYK | cmyk(1%, 1%, 0%, 19%) |
| LAB | lab(82.2 0.9 -1.4) |
| LCH | lch(82.2 1.6 303.0) |
| OKLCH | oklch(0.847 0.004 301.4) |
Copy-ready code
/* CSS */
color: #cdcccf;
background-color: #cdcccf;
/* Tailwind (arbitrary) */
class="text-[#cdcccf] bg-[#cdcccf]"
/* SCSS */
$brand: #cdcccf;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#cdcccf")Accessibility — WCAG contrast
Aa
#cdcccf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcccf on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan1.0%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cdcccf text on a black background
contrast 13.13:1
Card sample
#cdcccf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcccf;
Background color
Panel with #cdcccf background
background-color: #cdcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcccf; background: linear-gradient(135deg, #cdcccf, #CFCCCF);