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