#dbbfe8
a light, vivid violet · warm · closest name: plum
RGB
219, 191, 232
HSL
281°, 47%, 83%
CMYK
6, 18, 0, 9
Luminance
0.5815
Every format
| HEX | #dbbfe8 |
| RGB | rgb(219, 191, 232) |
| HSL | hsl(281, 47%, 83%) |
| CMYK | cmyk(6%, 18%, 0%, 9%) |
| LAB | lab(80.8 17.3 -16.7) |
| LCH | lch(80.8 24.0 315.9) |
| OKLCH | oklch(0.841 0.064 315.1) |
Copy-ready code
/* CSS */
color: #dbbfe8;
background-color: #dbbfe8;
/* Tailwind (arbitrary) */
class="text-[#dbbfe8] bg-[#dbbfe8]"
/* SCSS */
$brand: #dbbfe8;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.910)
/* Android */
Color.parseColor("#dbbfe8")Accessibility — WCAG contrast
Aa
#dbbfe8 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe8 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue91.0%
CMYK percentages
Cyan5.6%
Magenta17.7%
Yellow0.0%
Key (black)9.0%
Color previews
#dbbfe8 text on a black background
contrast 12.63:1
Card sample
#dbbfe8 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe8;
Background color
Panel with #dbbfe8 background
background-color: #dbbfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe8; background: linear-gradient(135deg, #dbbfe8, #E8BFDA);