#dbacf4
a light, electric violet · warm · closest name: plum
RGB
219, 172, 244
HSL
279°, 77%, 82%
CMYK
10, 30, 0, 4
Luminance
0.5110
Every format
| HEX | #dbacf4 |
| RGB | rgb(219, 172, 244) |
| HSL | hsl(279, 77%, 82%) |
| CMYK | cmyk(10%, 30%, 0%, 4%) |
| LAB | lab(76.7 29.9 -29.4) |
| LCH | lch(76.7 41.9 315.5) |
| OKLCH | oklch(0.811 0.111 313.6) |
Copy-ready code
/* CSS */
color: #dbacf4;
background-color: #dbacf4;
/* Tailwind (arbitrary) */
class="text-[#dbacf4] bg-[#dbacf4]"
/* SCSS */
$brand: #dbacf4;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#dbacf4")Accessibility — WCAG contrast
Aa
#dbacf4 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacf4 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue95.7%
CMYK percentages
Cyan10.2%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#dbacf4 text on a black background
contrast 11.22:1
Card sample
#dbacf4 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacf4;
Background color
Panel with #dbacf4 background
background-color: #dbacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacf4; background: linear-gradient(135deg, #dbacf4, #F4ACDD);