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