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