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