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