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