#cac1cf
a light, muted violet · warm · closest name: silver
RGB
202, 193, 207
HSL
279°, 13%, 78%
CMYK
2, 7, 0, 19
Luminance
0.5520
Every format
| HEX | #cac1cf |
| RGB | rgb(202, 193, 207) |
| HSL | hsl(279, 13%, 78%) |
| CMYK | cmyk(2%, 7%, 0%, 19%) |
| LAB | lab(79.2 5.7 -5.9) |
| LCH | lch(79.2 8.2 314.2) |
| OKLCH | oklch(0.823 0.022 313.8) |
Copy-ready code
/* CSS */
color: #cac1cf;
background-color: #cac1cf;
/* Tailwind (arbitrary) */
class="text-[#cac1cf] bg-[#cac1cf]"
/* SCSS */
$brand: #cac1cf;
/* SwiftUI */
Color(red: 0.792, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#cac1cf")Accessibility — WCAG contrast
Aa
#cac1cf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac1cf on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green75.7%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta6.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cac1cf text on a black background
contrast 12.04:1
Card sample
#cac1cf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac1cf;
Background color
Panel with #cac1cf background
background-color: #cac1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac1cf; background: linear-gradient(135deg, #cac1cf, #CFC1CB);