#dbabdf
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 171, 223
HSL
295°, 45%, 77%
CMYK
2, 23, 0, 13
Luminance
0.4951
Every format
| HEX | #dbabdf |
| RGB | rgb(219, 171, 223) |
| HSL | hsl(295, 45%, 77%) |
| CMYK | cmyk(2%, 23%, 0%, 13%) |
| LAB | lab(75.8 26.3 -19.5) |
| LCH | lch(75.8 32.7 323.5) |
| OKLCH | oklch(0.801 0.089 323.8) |
Copy-ready code
/* CSS */
color: #dbabdf;
background-color: #dbabdf;
/* Tailwind (arbitrary) */
class="text-[#dbabdf] bg-[#dbabdf]"
/* SCSS */
$brand: #dbabdf;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#dbabdf")Accessibility — WCAG contrast
Aa
#dbabdf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbabdf on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue87.5%
CMYK percentages
Cyan1.8%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#dbabdf text on a black background
contrast 10.90:1
Card sample
#dbabdf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbabdf;
Background color
Panel with #dbabdf background
background-color: #dbabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbabdf; background: linear-gradient(135deg, #dbabdf, #DFABC0);