#ccc8cb
a light, muted gray · warm · closest name: silver
RGB
204, 200, 203
HSL
315°, 4%, 79%
CMYK
0, 2, 1, 20
Luminance
0.5846
Every format
| HEX | #ccc8cb |
| RGB | rgb(204, 200, 203) |
| HSL | hsl(315, 4%, 79%) |
| CMYK | cmyk(0%, 2%, 1%, 20%) |
| LAB | lab(81.0 1.9 -1.0) |
| LCH | lch(81.0 2.2 332.6) |
| OKLCH | oklch(0.837 0.006 334.0) |
Copy-ready code
/* CSS */
color: #ccc8cb;
background-color: #ccc8cb;
/* Tailwind (arbitrary) */
class="text-[#ccc8cb] bg-[#ccc8cb]"
/* SCSS */
$brand: #ccc8cb;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#ccc8cb")Accessibility — WCAG contrast
Aa
#ccc8cb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8cb on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow0.5%
Key (black)20.0%
Color previews
#ccc8cb text on a black background
contrast 12.69:1
Card sample
#ccc8cb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8cb;
Background color
Panel with #ccc8cb background
background-color: #ccc8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8cb; background: linear-gradient(135deg, #ccc8cb, #CCC8C8);