#dbacf1
a light, vivid violet · warm · closest name: plum
RGB
219, 172, 241
HSL
281°, 71%, 81%
CMYK
9, 29, 0, 6
Luminance
0.5092
Every format
| HEX | #dbacf1 |
| RGB | rgb(219, 172, 241) |
| HSL | hsl(281, 71%, 81%) |
| CMYK | cmyk(9%, 29%, 0%, 6%) |
| LAB | lab(76.6 29.3 -27.9) |
| LCH | lch(76.6 40.5 316.4) |
| OKLCH | oklch(0.810 0.107 314.8) |
Copy-ready code
/* CSS */
color: #dbacf1;
background-color: #dbacf1;
/* Tailwind (arbitrary) */
class="text-[#dbacf1] bg-[#dbacf1]"
/* SCSS */
$brand: #dbacf1;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#dbacf1")Accessibility — WCAG contrast
Aa
#dbacf1 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacf1 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#dbacf1 text on a black background
contrast 11.18:1
Card sample
#dbacf1 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacf1;
Background color
Panel with #dbacf1 background
background-color: #dbacf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacf1; background: linear-gradient(135deg, #dbacf1, #F1ACD9);