#dbabfd
a light, electric violet · warm · closest name: plum
RGB
219, 171, 253
HSL
275°, 95%, 83%
CMYK
13, 32, 0, 1
Luminance
0.5128
Every format
| HEX | #dbabfd |
| RGB | rgb(219, 171, 253) |
| HSL | hsl(275, 95%, 83%) |
| CMYK | cmyk(13%, 32%, 0%, 1%) |
| LAB | lab(76.8 32.3 -34.0) |
| LCH | lch(76.8 46.9 313.5) |
| OKLCH | oklch(0.813 0.123 310.6) |
Copy-ready code
/* CSS */
color: #dbabfd;
background-color: #dbabfd;
/* Tailwind (arbitrary) */
class="text-[#dbabfd] bg-[#dbabfd]"
/* SCSS */
$brand: #dbabfd;
/* SwiftUI */
Color(red: 0.859, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#dbabfd")Accessibility — WCAG contrast
Aa
#dbabfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbabfd on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.1%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#dbabfd text on a black background
contrast 11.26:1
Card sample
#dbabfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbabfd;
Background color
Panel with #dbabfd background
background-color: #dbabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbabfd; background: linear-gradient(135deg, #dbabfd, #FDABE8);