#cab7cf
a light, soft violet · warm · closest name: silver
RGB
202, 183, 207
HSL
288°, 20%, 77%
CMYK
2, 12, 0, 19
Luminance
0.5093
Every format
| HEX | #cab7cf |
| RGB | rgb(202, 183, 207) |
| HSL | hsl(288, 20%, 77%) |
| CMYK | cmyk(2%, 12%, 0%, 19%) |
| LAB | lab(76.6 11.1 -9.6) |
| LCH | lch(76.6 14.7 319.1) |
| OKLCH | oklch(0.803 0.039 319.2) |
Copy-ready code
/* CSS */
color: #cab7cf;
background-color: #cab7cf;
/* Tailwind (arbitrary) */
class="text-[#cab7cf] bg-[#cab7cf]"
/* SCSS */
$brand: #cab7cf;
/* SwiftUI */
Color(red: 0.792, green: 0.718, blue: 0.812)
/* Android */
Color.parseColor("#cab7cf")Accessibility — WCAG contrast
Aa
#cab7cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab7cf on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green71.8%
Blue81.2%
CMYK percentages
Cyan2.4%
Magenta11.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cab7cf text on a black background
contrast 11.19:1
Card sample
#cab7cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab7cf;
Background color
Panel with #cab7cf background
background-color: #cab7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 183, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 183, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab7cf; background: linear-gradient(135deg, #cab7cf, #CFB7C4);