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