#dab1df
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 177, 223
HSL
294°, 42%, 78%
CMYK
2, 21, 0, 13
Luminance
0.5168
Every format
| HEX | #dab1df |
| RGB | rgb(218, 177, 223) |
| HSL | hsl(294, 42%, 78%) |
| CMYK | cmyk(2%, 21%, 0%, 13%) |
| LAB | lab(77.1 22.7 -17.5) |
| LCH | lch(77.1 28.7 322.5) |
| OKLCH | oklch(0.811 0.078 322.7) |
Copy-ready code
/* CSS */
color: #dab1df;
background-color: #dab1df;
/* Tailwind (arbitrary) */
class="text-[#dab1df] bg-[#dab1df]"
/* SCSS */
$brand: #dab1df;
/* SwiftUI */
Color(red: 0.855, green: 0.694, blue: 0.875)
/* Android */
Color.parseColor("#dab1df")Accessibility — WCAG contrast
Aa
#dab1df on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab1df on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green69.4%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta20.6%
Yellow0.0%
Key (black)12.5%
Color previews
#dab1df text on a black background
contrast 11.34:1
Card sample
#dab1df text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab1df;
Background color
Panel with #dab1df background
background-color: #dab1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 177, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 177, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab1df; background: linear-gradient(135deg, #dab1df, #DFB1C5);