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