#dbacfe
a light, electric violet · warm · closest name: plum
RGB
219, 172, 254
HSL
274°, 98%, 84%
CMYK
14, 32, 0, 0
Luminance
0.5172
Every format
| HEX | #dbacfe |
| RGB | rgb(219, 172, 254) |
| HSL | hsl(274, 98%, 84%) |
| CMYK | cmyk(14%, 32%, 0%, 0%) |
| LAB | lab(77.1 31.9 -34.2) |
| LCH | lch(77.1 46.8 313.1) |
| OKLCH | oklch(0.815 0.123 310.0) |
Copy-ready code
/* CSS */
color: #dbacfe;
background-color: #dbacfe;
/* Tailwind (arbitrary) */
class="text-[#dbacfe] bg-[#dbacfe]"
/* SCSS */
$brand: #dbacfe;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#dbacfe")Accessibility — WCAG contrast
Aa
#dbacfe on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbacfe on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#dbacfe text on a black background
contrast 11.34:1
Card sample
#dbacfe text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbacfe;
Background color
Panel with #dbacfe background
background-color: #dbacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbacfe; background: linear-gradient(135deg, #dbacfe, #FEACEA);