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