#dbacf6
a light, electric violet · warm · closest name: plum
RGB
219, 172, 246
HSL
278°, 80%, 82%
CMYK
11, 30, 0, 4
Luminance
0.5122
Every format
| HEX | #dbacf6 |
| RGB | rgb(219, 172, 246) |
| HSL | hsl(278, 80%, 82%) |
| CMYK | cmyk(11%, 30%, 0%, 4%) |
| LAB | lab(76.8 30.3 -30.3) |
| LCH | lch(76.8 42.9 315.0) |
| OKLCH | oklch(0.812 0.113 312.8) |
Copy-ready code
/* CSS */
color: #dbacf6;
background-color: #dbacf6;
/* Tailwind (arbitrary) */
class="text-[#dbacf6] bg-[#dbacf6]"
/* SCSS */
$brand: #dbacf6;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.965)
/* Android */
Color.parseColor("#dbacf6")Accessibility — WCAG contrast
Aa
#dbacf6 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacf6 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue96.5%
CMYK percentages
Cyan11.0%
Magenta30.1%
Yellow0.0%
Key (black)3.5%
Color previews
#dbacf6 text on a black background
contrast 11.24:1
Card sample
#dbacf6 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacf6;
Background color
Panel with #dbacf6 background
background-color: #dbacf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacf6; background: linear-gradient(135deg, #dbacf6, #F6ACE0);