#dab5df
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 181, 223
HSL
293°, 40%, 79%
CMYK
2, 19, 0, 13
Luminance
0.5328
Every format
| HEX | #dab5df |
| RGB | rgb(218, 181, 223) |
| HSL | hsl(293, 40%, 79%) |
| CMYK | cmyk(2%, 19%, 0%, 13%) |
| LAB | lab(78.0 20.6 -16.0) |
| LCH | lch(78.0 26.1 322.1) |
| OKLCH | oklch(0.819 0.070 322.3) |
Copy-ready code
/* CSS */
color: #dab5df;
background-color: #dab5df;
/* Tailwind (arbitrary) */
class="text-[#dab5df] bg-[#dab5df]"
/* SCSS */
$brand: #dab5df;
/* SwiftUI */
Color(red: 0.855, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#dab5df")Accessibility — WCAG contrast
Aa
#dab5df on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab5df on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green71.0%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta18.8%
Yellow0.0%
Key (black)12.5%
Color previews
#dab5df text on a black background
contrast 11.66:1
Card sample
#dab5df text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab5df;
Background color
Panel with #dab5df background
background-color: #dab5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab5df; background: linear-gradient(135deg, #dab5df, #DFB5C8);