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