#cab5cf
a light, soft violet · warm · closest name: silver
RGB
202, 181, 207
HSL
289°, 21%, 76%
CMYK
2, 13, 0, 19
Luminance
0.5011
Every format
| HEX | #cab5cf |
| RGB | rgb(202, 181, 207) |
| HSL | hsl(289, 21%, 76%) |
| CMYK | cmyk(2%, 13%, 0%, 19%) |
| LAB | lab(76.1 12.2 -10.4) |
| LCH | lch(76.1 16.0 319.6) |
| OKLCH | oklch(0.799 0.043 319.7) |
Copy-ready code
/* CSS */
color: #cab5cf;
background-color: #cab5cf;
/* Tailwind (arbitrary) */
class="text-[#cab5cf] bg-[#cab5cf]"
/* SCSS */
$brand: #cab5cf;
/* SwiftUI */
Color(red: 0.792, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#cab5cf")Accessibility — WCAG contrast
Aa
#cab5cf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab5cf on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.0%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cab5cf text on a black background
contrast 11.02:1
Card sample
#cab5cf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab5cf;
Background color
Panel with #cab5cf background
background-color: #cab5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab5cf; background: linear-gradient(135deg, #cab5cf, #CFB5C3);