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