#cab9cf
a light, soft violet · warm · closest name: silver
RGB
202, 185, 207
HSL
286°, 19%, 77%
CMYK
2, 11, 0, 19
Luminance
0.5176
Every format
| HEX | #cab9cf |
| RGB | rgb(202, 185, 207) |
| HSL | hsl(286, 19%, 77%) |
| CMYK | cmyk(2%, 11%, 0%, 19%) |
| LAB | lab(77.1 10.0 -8.9) |
| LCH | lch(77.1 13.4 318.4) |
| OKLCH | oklch(0.807 0.036 318.5) |
Copy-ready code
/* CSS */
color: #cab9cf;
background-color: #cab9cf;
/* Tailwind (arbitrary) */
class="text-[#cab9cf] bg-[#cab9cf]"
/* SCSS */
$brand: #cab9cf;
/* SwiftUI */
Color(red: 0.792, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#cab9cf")Accessibility — WCAG contrast
Aa
#cab9cf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab9cf on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.5%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cab9cf text on a black background
contrast 11.35:1
Card sample
#cab9cf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab9cf;
Background color
Panel with #cab9cf background
background-color: #cab9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab9cf; background: linear-gradient(135deg, #cab9cf, #CFB9C5);