#d0abeb
a light, vivid violet · warm · closest name: plum
RGB
208, 171, 235
HSL
275°, 62%, 80%
CMYK
12, 27, 0, 8
Luminance
0.4853
Every format
| HEX | #d0abeb |
| RGB | rgb(208, 171, 235) |
| HSL | hsl(275, 62%, 80%) |
| CMYK | cmyk(12%, 27%, 0%, 8%) |
| LAB | lab(75.2 25.1 -27.0) |
| LCH | lch(75.2 36.9 313.0) |
| OKLCH | oklch(0.796 0.097 310.5) |
Copy-ready code
/* CSS */
color: #d0abeb;
background-color: #d0abeb;
/* Tailwind (arbitrary) */
class="text-[#d0abeb] bg-[#d0abeb]"
/* SCSS */
$brand: #d0abeb;
/* SwiftUI */
Color(red: 0.816, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#d0abeb")Accessibility — WCAG contrast
Aa
#d0abeb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0abeb on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan11.5%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#d0abeb text on a black background
contrast 10.71:1
Card sample
#d0abeb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0abeb;
Background color
Panel with #d0abeb background
background-color: #d0abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0abeb; background: linear-gradient(135deg, #d0abeb, #EBABDB);