#c8cace
a light, muted gray · cool · closest name: silver
RGB
200, 202, 206
HSL
220°, 6%, 80%
CMYK
3, 2, 0, 19
Luminance
0.5898
Every format
| HEX | #c8cace |
| RGB | rgb(200, 202, 206) |
| HSL | hsl(220, 6%, 80%) |
| CMYK | cmyk(3%, 2%, 0%, 19%) |
| LAB | lab(81.3 0.1 -2.2) |
| LCH | lch(81.3 2.2 271.5) |
| OKLCH | oklch(0.839 0.006 264.5) |
Copy-ready code
/* CSS */
color: #c8cace;
background-color: #c8cace;
/* Tailwind (arbitrary) */
class="text-[#c8cace] bg-[#c8cace]"
/* SCSS */
$brand: #c8cace;
/* SwiftUI */
Color(red: 0.784, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#c8cace")Accessibility — WCAG contrast
Aa
#c8cace on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cace on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green79.2%
Blue80.8%
CMYK percentages
Cyan2.9%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#c8cace text on a black background
contrast 12.80:1
Card sample
#c8cace text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cace;
Background color
Panel with #c8cace background
background-color: #c8cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cace; background: linear-gradient(135deg, #c8cace, #CAC8CE);