#cac3cc
a light, muted violet · warm · closest name: silver
RGB
202, 195, 204
HSL
287°, 8%, 78%
CMYK
1, 4, 0, 20
Luminance
0.5595
Every format
| HEX | #cac3cc |
| RGB | rgb(202, 195, 204) |
| HSL | hsl(287, 8%, 78%) |
| CMYK | cmyk(1%, 4%, 0%, 20%) |
| LAB | lab(79.6 4.1 -3.6) |
| LCH | lch(79.6 5.5 318.3) |
| OKLCH | oklch(0.826 0.015 318.7) |
Copy-ready code
/* CSS */
color: #cac3cc;
background-color: #cac3cc;
/* Tailwind (arbitrary) */
class="text-[#cac3cc] bg-[#cac3cc]"
/* SCSS */
$brand: #cac3cc;
/* SwiftUI */
Color(red: 0.792, green: 0.765, blue: 0.800)
/* Android */
Color.parseColor("#cac3cc")Accessibility — WCAG contrast
Aa
#cac3cc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac3cc on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green76.5%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta4.4%
Yellow0.0%
Key (black)20.0%
Color previews
#cac3cc text on a black background
contrast 12.19:1
Card sample
#cac3cc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac3cc;
Background color
Panel with #cac3cc background
background-color: #cac3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 195, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 195, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac3cc; background: linear-gradient(135deg, #cac3cc, #CCC3C8);