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