#dab6df
a light, soft magenta / pink · warm · closest name: plum
RGB
218, 182, 223
HSL
293°, 39%, 79%
CMYK
2, 18, 0, 13
Luminance
0.5369
Every format
| HEX | #dab6df |
| RGB | rgb(218, 182, 223) |
| HSL | hsl(293, 39%, 79%) |
| CMYK | cmyk(2%, 18%, 0%, 13%) |
| LAB | lab(78.3 20.0 -15.7) |
| LCH | lch(78.3 25.4 322.0) |
| OKLCH | oklch(0.821 0.069 322.2) |
Copy-ready code
/* CSS */
color: #dab6df;
background-color: #dab6df;
/* Tailwind (arbitrary) */
class="text-[#dab6df] bg-[#dab6df]"
/* SCSS */
$brand: #dab6df;
/* SwiftUI */
Color(red: 0.855, green: 0.714, blue: 0.875)
/* Android */
Color.parseColor("#dab6df")Accessibility — WCAG contrast
Aa
#dab6df on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab6df on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green71.4%
Blue87.5%
CMYK percentages
Cyan2.2%
Magenta18.4%
Yellow0.0%
Key (black)12.5%
Color previews
#dab6df text on a black background
contrast 11.74:1
Card sample
#dab6df text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab6df;
Background color
Panel with #dab6df background
background-color: #dab6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 182, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 182, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab6df; background: linear-gradient(135deg, #dab6df, #DFB6C9);