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