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