#c6cace
a light, muted gray · cool · closest name: silver
RGB
198, 202, 206
HSL
210°, 8%, 79%
CMYK
4, 2, 0, 19
Luminance
0.5870
Every format
| HEX | #c6cace |
| RGB | rgb(198, 202, 206) |
| HSL | hsl(210, 8%, 79%) |
| CMYK | cmyk(4%, 2%, 0%, 19%) |
| LAB | lab(81.1 -0.6 -2.5) |
| LCH | lch(81.1 2.5 255.9) |
| OKLCH | oklch(0.837 0.007 247.9) |
Copy-ready code
/* CSS */
color: #c6cace;
background-color: #c6cace;
/* Tailwind (arbitrary) */
class="text-[#c6cace] bg-[#c6cace]"
/* SCSS */
$brand: #c6cace;
/* SwiftUI */
Color(red: 0.776, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#c6cace")Accessibility — WCAG contrast
Aa
#c6cace on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6cace on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green79.2%
Blue80.8%
CMYK percentages
Cyan3.9%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#c6cace text on a black background
contrast 12.74:1
Card sample
#c6cace text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6cace;
Background color
Panel with #c6cace background
background-color: #c6cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6cace; background: linear-gradient(135deg, #c6cace, #C7C6CE);