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