#c7cac2
a light, muted gray · cool · closest name: silver
RGB
199, 202, 194
HSL
83°, 7%, 78%
CMYK
2, 0, 4, 21
Luminance
0.5828
Every format
| HEX | #c7cac2 |
| RGB | rgb(199, 202, 194) |
| HSL | hsl(83, 7%, 78%) |
| CMYK | cmyk(2%, 0%, 4%, 21%) |
| LAB | lab(80.9 -2.5 3.6) |
| LCH | lch(80.9 4.4 124.3) |
| OKLCH | oklch(0.834 0.011 123.5) |
Copy-ready code
/* CSS */
color: #c7cac2;
background-color: #c7cac2;
/* Tailwind (arbitrary) */
class="text-[#c7cac2] bg-[#c7cac2]"
/* SCSS */
$brand: #c7cac2;
/* SwiftUI */
Color(red: 0.780, green: 0.792, blue: 0.761)
/* Android */
Color.parseColor("#c7cac2")Accessibility — WCAG contrast
Aa
#c7cac2 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cac2 on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.2%
Blue76.1%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow4.0%
Key (black)20.8%
Color previews
#c7cac2 text on a black background
contrast 12.66:1
Card sample
#c7cac2 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cac2;
Background color
Panel with #c7cac2 background
background-color: #c7cac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 202, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 202, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cac2; background: linear-gradient(135deg, #c7cac2, #C2CAC2);