#dbbfe3
a light, soft violet · warm · closest name: lavender
RGB
219, 191, 227
HSL
287°, 39%, 82%
CMYK
4, 16, 0, 11
Luminance
0.5787
Every format
| HEX | #dbbfe3 |
| RGB | rgb(219, 191, 227) |
| HSL | hsl(287, 39%, 82%) |
| CMYK | cmyk(4%, 16%, 0%, 11%) |
| LAB | lab(80.7 16.3 -14.2) |
| LCH | lch(80.7 21.6 318.8) |
| OKLCH | oklch(0.840 0.058 318.7) |
Copy-ready code
/* CSS */
color: #dbbfe3;
background-color: #dbbfe3;
/* Tailwind (arbitrary) */
class="text-[#dbbfe3] bg-[#dbbfe3]"
/* SCSS */
$brand: #dbbfe3;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.890)
/* Android */
Color.parseColor("#dbbfe3")Accessibility — WCAG contrast
Aa
#dbbfe3 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe3 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue89.0%
CMYK percentages
Cyan3.5%
Magenta15.9%
Yellow0.0%
Key (black)11.0%
Color previews
#dbbfe3 text on a black background
contrast 12.57:1
Card sample
#dbbfe3 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe3;
Background color
Panel with #dbbfe3 background
background-color: #dbbfe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe3; background: linear-gradient(135deg, #dbbfe3, #E3BFD3);