#cac7ce
a light, muted gray · warm · closest name: silver
RGB
202, 199, 206
HSL
266°, 7%, 79%
CMYK
2, 3, 0, 19
Luminance
0.5786
Every format
| HEX | #cac7ce |
| RGB | rgb(202, 199, 206) |
| HSL | hsl(266, 7%, 79%) |
| CMYK | cmyk(2%, 3%, 0%, 19%) |
| LAB | lab(80.7 2.3 -3.1) |
| LCH | lch(80.7 3.9 306.6) |
| OKLCH | oklch(0.834 0.010 305.4) |
Copy-ready code
/* CSS */
color: #cac7ce;
background-color: #cac7ce;
/* Tailwind (arbitrary) */
class="text-[#cac7ce] bg-[#cac7ce]"
/* SCSS */
$brand: #cac7ce;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.808)
/* Android */
Color.parseColor("#cac7ce")Accessibility — WCAG contrast
Aa
#cac7ce on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7ce on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta3.4%
Yellow0.0%
Key (black)19.2%
Color previews
#cac7ce text on a black background
contrast 12.57:1
Card sample
#cac7ce text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7ce;
Background color
Panel with #cac7ce background
background-color: #cac7ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7ce; background: linear-gradient(135deg, #cac7ce, #CEC7CD);