#dbabdc
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 171, 220
HSL
299°, 41%, 77%
CMYK
1, 22, 0, 14
Luminance
0.4935
Every format
| HEX | #dbabdc |
| RGB | rgb(219, 171, 220) |
| HSL | hsl(299, 41%, 77%) |
| CMYK | cmyk(1%, 22%, 0%, 14%) |
| LAB | lab(75.7 25.8 -18.0) |
| LCH | lch(75.7 31.4 325.1) |
| OKLCH | oklch(0.800 0.086 325.7) |
Copy-ready code
/* CSS */
color: #dbabdc;
background-color: #dbabdc;
/* Tailwind (arbitrary) */
class="text-[#dbabdc] bg-[#dbabdc]"
/* SCSS */
$brand: #dbabdc;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.863)
/* Android */
Color.parseColor("#dbabdc")Accessibility — WCAG contrast
Aa
#dbabdc on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbabdc on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue86.3%
CMYK percentages
Cyan0.5%
Magenta22.3%
Yellow0.0%
Key (black)13.7%
Color previews
#dbabdc text on a black background
contrast 10.87:1
Card sample
#dbabdc text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbabdc;
Background color
Panel with #dbabdc background
background-color: #dbabdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbabdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbabdc; background: linear-gradient(135deg, #dbabdc, #DCABBC);