#c7caca
a light, muted gray · cool · closest name: silver
RGB
199, 202, 202
HSL
180°, 3%, 79%
CMYK
2, 0, 0, 21
Luminance
0.5865
Every format
| HEX | #c7caca |
| RGB | rgb(199, 202, 202) |
| HSL | hsl(180, 3%, 79%) |
| CMYK | cmyk(2%, 0%, 0%, 21%) |
| LAB | lab(81.1 -1.0 -0.4) |
| LCH | lch(81.1 1.1 199.3) |
| OKLCH | oklch(0.837 0.003 197.1) |
Copy-ready code
/* CSS */
color: #c7caca;
background-color: #c7caca;
/* Tailwind (arbitrary) */
class="text-[#c7caca] bg-[#c7caca]"
/* SCSS */
$brand: #c7caca;
/* SwiftUI */
Color(red: 0.780, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#c7caca")Accessibility — WCAG contrast
Aa
#c7caca on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7caca on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green79.2%
Blue79.2%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow0.0%
Key (black)20.8%
Color previews
#c7caca text on a black background
contrast 12.73:1
Card sample
#c7caca text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7caca;
Background color
Panel with #c7caca background
background-color: #c7caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7caca; background: linear-gradient(135deg, #c7caca, #C7C8CA);