#cac5cf
a light, muted violet · warm · closest name: silver
RGB
202, 197, 207
HSL
270°, 9%, 79%
CMYK
2, 5, 0, 19
Luminance
0.5699
Every format
| HEX | #cac5cf |
| RGB | rgb(202, 197, 207) |
| HSL | hsl(270, 9%, 79%) |
| CMYK | cmyk(2%, 5%, 0%, 19%) |
| LAB | lab(80.2 3.6 -4.4) |
| LCH | lch(80.2 5.6 309.2) |
| OKLCH | oklch(0.830 0.015 308.3) |
Copy-ready code
/* CSS */
color: #cac5cf;
background-color: #cac5cf;
/* Tailwind (arbitrary) */
class="text-[#cac5cf] bg-[#cac5cf]"
/* SCSS */
$brand: #cac5cf;
/* SwiftUI */
Color(red: 0.792, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#cac5cf")Accessibility — WCAG contrast
Aa
#cac5cf on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac5cf on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.3%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cac5cf text on a black background
contrast 12.40:1
Card sample
#cac5cf text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac5cf;
Background color
Panel with #cac5cf background
background-color: #cac5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac5cf; background: linear-gradient(135deg, #cac5cf, #CFC5CD);