#cab0d7
a light, soft violet · warm · closest name: plum
RGB
202, 176, 215
HSL
280°, 33%, 77%
CMYK
6, 18, 0, 16
Luminance
0.4851
Every format
| HEX | #cab0d7 |
| RGB | rgb(202, 176, 215) |
| HSL | hsl(280, 33%, 77%) |
| CMYK | cmyk(6%, 18%, 0%, 16%) |
| LAB | lab(75.2 16.4 -16.2) |
| LCH | lch(75.2 23.1 315.4) |
| OKLCH | oklch(0.792 0.061 314.5) |
Copy-ready code
/* CSS */
color: #cab0d7;
background-color: #cab0d7;
/* Tailwind (arbitrary) */
class="text-[#cab0d7] bg-[#cab0d7]"
/* SCSS */
$brand: #cab0d7;
/* SwiftUI */
Color(red: 0.792, green: 0.690, blue: 0.843)
/* Android */
Color.parseColor("#cab0d7")Accessibility — WCAG contrast
Aa
#cab0d7 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab0d7 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green69.0%
Blue84.3%
CMYK percentages
Cyan6.0%
Magenta18.1%
Yellow0.0%
Key (black)15.7%
Color previews
#cab0d7 text on a black background
contrast 10.70:1
Card sample
#cab0d7 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab0d7;
Background color
Panel with #cab0d7 background
background-color: #cab0d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab0d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 176, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 176, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab0d7; background: linear-gradient(135deg, #cab0d7, #D7B0CA);