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