#cac3cf
a light, muted violet · warm · closest name: silver
RGB
202, 195, 207
HSL
275°, 11%, 79%
CMYK
2, 6, 0, 19
Luminance
0.5609
Every format
| HEX | #cac3cf |
| RGB | rgb(202, 195, 207) |
| HSL | hsl(275, 11%, 79%) |
| CMYK | cmyk(2%, 6%, 0%, 19%) |
| LAB | lab(79.7 4.6 -5.1) |
| LCH | lch(79.7 6.9 312.2) |
| OKLCH | oklch(0.826 0.018 311.5) |
Copy-ready code
/* CSS */
color: #cac3cf;
background-color: #cac3cf;
/* Tailwind (arbitrary) */
class="text-[#cac3cf] bg-[#cac3cf]"
/* SCSS */
$brand: #cac3cf;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#cac3cf")Accessibility — WCAG contrast
Aa
#cac3cf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3cf on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cac3cf text on a black background
contrast 12.22:1
Card sample
#cac3cf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3cf;
Background color
Panel with #cac3cf background
background-color: #cac3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3cf; background: linear-gradient(135deg, #cac3cf, #CFC3CC);