#cac7cc
a light, muted gray · warm · closest name: silver
RGB
202, 199, 204
HSL
276°, 5%, 79%
CMYK
1, 3, 0, 20
Luminance
0.5776
Every format
| HEX | #cac7cc |
| RGB | rgb(202, 199, 204) |
| HSL | hsl(276, 5%, 79%) |
| CMYK | cmyk(1%, 3%, 0%, 20%) |
| LAB | lab(80.6 1.9 -2.1) |
| LCH | lch(80.6 2.9 312.6) |
| OKLCH | oklch(0.834 0.008 312.3) |
Copy-ready code
/* CSS */
color: #cac7cc;
background-color: #cac7cc;
/* Tailwind (arbitrary) */
class="text-[#cac7cc] bg-[#cac7cc]"
/* SCSS */
$brand: #cac7cc;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.800)
/* Android */
Color.parseColor("#cac7cc")Accessibility — WCAG contrast
Aa
#cac7cc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7cc on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta2.5%
Yellow0.0%
Key (black)20.0%
Color previews
#cac7cc text on a black background
contrast 12.55:1
Card sample
#cac7cc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7cc;
Background color
Panel with #cac7cc background
background-color: #cac7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7cc; background: linear-gradient(135deg, #cac7cc, #CCC7CB);