#cac8ce
a light, muted gray · warm · closest name: silver
RGB
202, 200, 206
HSL
260°, 6%, 80%
CMYK
2, 3, 0, 19
Luminance
0.5832
Every format
| HEX | #cac8ce |
| RGB | rgb(202, 200, 206) |
| HSL | hsl(260, 6%, 80%) |
| CMYK | cmyk(2%, 3%, 0%, 19%) |
| LAB | lab(80.9 1.8 -2.7) |
| LCH | lch(80.9 3.3 303.2) |
| OKLCH | oklch(0.836 0.009 301.3) |
Copy-ready code
/* CSS */
color: #cac8ce;
background-color: #cac8ce;
/* Tailwind (arbitrary) */
class="text-[#cac8ce] bg-[#cac8ce]"
/* SCSS */
$brand: #cac8ce;
/* SwiftUI */
Color(red: 0.792, green: 0.784, blue: 0.808)
/* Android */
Color.parseColor("#cac8ce")Accessibility — WCAG contrast
Aa
#cac8ce on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac8ce on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.4%
Blue80.8%
CMYK percentages
Cyan1.9%
Magenta2.9%
Yellow0.0%
Key (black)19.2%
Color previews
#cac8ce text on a black background
contrast 12.66:1
Card sample
#cac8ce text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac8ce;
Background color
Panel with #cac8ce background
background-color: #cac8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 200, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 200, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac8ce; background: linear-gradient(135deg, #cac8ce, #CEC8CE);