#dab9df
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 185, 223
HSL
292°, 37%, 80%
CMYK
2, 17, 0, 13
Luminance
0.5493
Every format
| HEX | #dab9df |
| RGB | rgb(218, 185, 223) |
| HSL | hsl(292, 37%, 80%) |
| CMYK | cmyk(2%, 17%, 0%, 13%) |
| LAB | lab(79.0 18.4 -14.6) |
| LCH | lch(79.0 23.5 321.6) |
| OKLCH | oklch(0.826 0.063 321.9) |
Copy-ready code
/* CSS */
color: #dab9df;
background-color: #dab9df;
/* Tailwind (arbitrary) */
class="text-[#dab9df] bg-[#dab9df]"
/* SCSS */
$brand: #dab9df;
/* SwiftUI */
Color(red: 0.855, green: 0.725, blue: 0.875)
/* Android */
Color.parseColor("#dab9df")Accessibility — WCAG contrast
Aa
#dab9df on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab9df on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.5%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta17.0%
Yellow0.0%
Key (black)12.5%
Color previews
#dab9df text on a black background
contrast 11.99:1
Card sample
#dab9df text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab9df;
Background color
Panel with #dab9df background
background-color: #dab9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 185, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 185, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab9df; background: linear-gradient(135deg, #dab9df, #DFB9CB);