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