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