#dbabfe
a light, electric violet · warm · closest name: plum
RGB
219, 171, 254
HSL
275°, 98%, 83%
CMYK
14, 33, 0, 0
Luminance
0.5134
Every format
| HEX | #dbabfe |
| RGB | rgb(219, 171, 254) |
| HSL | hsl(275, 98%, 83%) |
| CMYK | cmyk(14%, 33%, 0%, 0%) |
| LAB | lab(76.9 32.5 -34.5) |
| LCH | lch(76.9 47.4 313.2) |
| OKLCH | oklch(0.814 0.124 310.2) |
Copy-ready code
/* CSS */
color: #dbabfe;
background-color: #dbabfe;
/* Tailwind (arbitrary) */
class="text-[#dbabfe] bg-[#dbabfe]"
/* SCSS */
$brand: #dbabfe;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#dbabfe")Accessibility — WCAG contrast
Aa
#dbabfe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbabfe on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#dbabfe text on a black background
contrast 11.27:1
Card sample
#dbabfe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbabfe;
Background color
Panel with #dbabfe background
background-color: #dbabfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbabfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbabfe; background: linear-gradient(135deg, #dbabfe, #FEABEA);