#cac7cb
a light, muted gray · warm · closest name: silver
RGB
202, 199, 203
HSL
285°, 4%, 79%
CMYK
1, 2, 0, 20
Luminance
0.5772
Every format
| HEX | #cac7cb |
| RGB | rgb(202, 199, 203) |
| HSL | hsl(285, 4%, 79%) |
| CMYK | cmyk(1%, 2%, 0%, 20%) |
| LAB | lab(80.6 1.8 -1.6) |
| LCH | lch(80.6 2.4 317.4) |
| OKLCH | oklch(0.833 0.006 317.8) |
Copy-ready code
/* CSS */
color: #cac7cb;
background-color: #cac7cb;
/* Tailwind (arbitrary) */
class="text-[#cac7cb] bg-[#cac7cb]"
/* SCSS */
$brand: #cac7cb;
/* SwiftUI */
Color(red: 0.792, green: 0.780, blue: 0.796)
/* Android */
Color.parseColor("#cac7cb")Accessibility — WCAG contrast
Aa
#cac7cb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac7cb on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green78.0%
Blue79.6%
CMYK percentages
Cyan0.5%
Magenta2.0%
Yellow0.0%
Key (black)20.4%
Color previews
#cac7cb text on a black background
contrast 12.54:1
Card sample
#cac7cb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac7cb;
Background color
Panel with #cac7cb background
background-color: #cac7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 199, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 199, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac7cb; background: linear-gradient(135deg, #cac7cb, #CBC7C9);