#cdccc6
a light, muted gray · cool · closest name: silver
RGB
205, 204, 198
HSL
51°, 7%, 79%
CMYK
0, 1, 3, 20
Luminance
0.6024
Every format
| HEX | #cdccc6 |
| RGB | rgb(205, 204, 198) |
| HSL | hsl(51, 7%, 79%) |
| CMYK | cmyk(0%, 1%, 3%, 20%) |
| LAB | lab(82.0 -0.7 3.1) |
| LCH | lch(82.0 3.2 103.2) |
| OKLCH | oklch(0.844 0.008 98.9) |
Copy-ready code
/* CSS */
color: #cdccc6;
background-color: #cdccc6;
/* Tailwind (arbitrary) */
class="text-[#cdccc6] bg-[#cdccc6]"
/* SCSS */
$brand: #cdccc6;
/* SwiftUI */
Color(red: 0.804, green: 0.800, blue: 0.776)
/* Android */
Color.parseColor("#cdccc6")Accessibility — WCAG contrast
Aa
#cdccc6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdccc6 on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.0%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow3.4%
Key (black)19.6%
Color previews
#cdccc6 text on a black background
contrast 13.05:1
Card sample
#cdccc6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdccc6;
Background color
Panel with #cdccc6 background
background-color: #cdccc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdccc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 204, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 204, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdccc6; background: linear-gradient(135deg, #cdccc6, #C9CDC6);