#cac8cf
a light, muted gray · warm · closest name: silver
RGB
202, 200, 207
HSL
257°, 7%, 80%
CMYK
2, 3, 0, 19
Luminance
0.5837
Every format
| HEX | #cac8cf |
| RGB | rgb(202, 200, 207) |
| HSL | hsl(257, 7%, 80%) |
| CMYK | cmyk(2%, 3%, 0%, 19%) |
| LAB | lab(80.9 2.0 -3.2) |
| LCH | lch(80.9 3.8 301.4) |
| OKLCH | oklch(0.837 0.010 299.2) |
Copy-ready code
/* CSS */
color: #cac8cf;
background-color: #cac8cf;
/* Tailwind (arbitrary) */
class="text-[#cac8cf] bg-[#cac8cf]"
/* SCSS */
$brand: #cac8cf;
/* SwiftUI */
Color(red: 0.792, green: 0.784, blue: 0.812)
/* Android */
Color.parseColor("#cac8cf")Accessibility — WCAG contrast
Aa
#cac8cf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac8cf on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.4%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta3.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cac8cf text on a black background
contrast 12.67:1
Card sample
#cac8cf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac8cf;
Background color
Panel with #cac8cf background
background-color: #cac8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 200, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 200, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac8cf; background: linear-gradient(135deg, #cac8cf, #CFC8CF);