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