#c2cac8
a light, muted gray · cool · closest name: silver
RGB
194, 202, 200
HSL
165°, 7%, 78%
CMYK
4, 0, 1, 21
Luminance
0.5788
Every format
| HEX | #c2cac8 |
| RGB | rgb(194, 202, 200) |
| HSL | hsl(165, 7%, 78%) |
| CMYK | cmyk(4%, 0%, 1%, 21%) |
| LAB | lab(80.7 -3.1 0.1) |
| LCH | lch(80.7 3.1 179.1) |
| OKLCH | oklch(0.832 0.009 179.5) |
Copy-ready code
/* CSS */
color: #c2cac8;
background-color: #c2cac8;
/* Tailwind (arbitrary) */
class="text-[#c2cac8] bg-[#c2cac8]"
/* SCSS */
$brand: #c2cac8;
/* SwiftUI */
Color(red: 0.761, green: 0.792, blue: 0.784)
/* Android */
Color.parseColor("#c2cac8")Accessibility — WCAG contrast
Aa
#c2cac8 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2cac8 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.2%
Blue78.4%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow1.0%
Key (black)20.8%
Color previews
#c2cac8 text on a black background
contrast 12.58:1
Card sample
#c2cac8 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2cac8;
Background color
Panel with #c2cac8 background
background-color: #c2cac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2cac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 202, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 202, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2cac8; background: linear-gradient(135deg, #c2cac8, #C2C7CA);