#ccc8ce
a light, muted gray · warm · closest name: silver
RGB
204, 200, 206
HSL
280°, 6%, 80%
CMYK
1, 3, 0, 19
Luminance
0.5860
Every format
| HEX | #ccc8ce |
| RGB | rgb(204, 200, 206) |
| HSL | hsl(280, 6%, 80%) |
| CMYK | cmyk(1%, 3%, 0%, 19%) |
| LAB | lab(81.1 2.5 -2.5) |
| LCH | lch(81.1 3.5 314.8) |
| OKLCH | oklch(0.838 0.009 314.8) |
Copy-ready code
/* CSS */
color: #ccc8ce;
background-color: #ccc8ce;
/* Tailwind (arbitrary) */
class="text-[#ccc8ce] bg-[#ccc8ce]"
/* SCSS */
$brand: #ccc8ce;
/* SwiftUI */
Color(red: 0.800, green: 0.784, blue: 0.808)
/* Android */
Color.parseColor("#ccc8ce")Accessibility — WCAG contrast
Aa
#ccc8ce on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccc8ce on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green78.4%
Blue80.8%
CMYK percentages
Cyan1.0%
Magenta2.9%
Yellow0.0%
Key (black)19.2%
Color previews
#ccc8ce text on a black background
contrast 12.72:1
Card sample
#ccc8ce text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccc8ce;
Background color
Panel with #ccc8ce background
background-color: #ccc8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccc8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 200, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 200, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccc8ce; background: linear-gradient(135deg, #ccc8ce, #CEC8CC);