#d2abda
a light, soft violet · warm · closest name: plum
RGB
210, 171, 218
HSL
290°, 39%, 76%
CMYK
4, 22, 0, 15
Luminance
0.4789
Every format
| HEX | #d2abda |
| RGB | rgb(210, 171, 218) |
| HSL | hsl(290, 39%, 76%) |
| CMYK | cmyk(4%, 22%, 0%, 15%) |
| LAB | lab(74.8 22.4 -18.4) |
| LCH | lch(74.8 29.0 320.7) |
| OKLCH | oklch(0.791 0.078 320.5) |
Copy-ready code
/* CSS */
color: #d2abda;
background-color: #d2abda;
/* Tailwind (arbitrary) */
class="text-[#d2abda] bg-[#d2abda]"
/* SCSS */
$brand: #d2abda;
/* SwiftUI */
Color(red: 0.824, green: 0.671, blue: 0.855)
/* Android */
Color.parseColor("#d2abda")Accessibility — WCAG contrast
Aa
#d2abda on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2abda on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green67.1%
Blue85.5%
CMYK percentages
Cyan3.7%
Magenta21.6%
Yellow0.0%
Key (black)14.5%
Color previews
#d2abda text on a black background
contrast 10.58:1
Card sample
#d2abda text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2abda;
Background color
Panel with #d2abda background
background-color: #d2abda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2abda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 171, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 171, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2abda; background: linear-gradient(135deg, #d2abda, #DAABC3);