#dbbfe5
a light, soft violet · warm · closest name: lavender
RGB
219, 191, 229
HSL
284°, 42%, 82%
CMYK
4, 17, 0, 10
Luminance
0.5798
Every format
| HEX | #dbbfe5 |
| RGB | rgb(219, 191, 229) |
| HSL | hsl(284, 42%, 82%) |
| CMYK | cmyk(4%, 17%, 0%, 10%) |
| LAB | lab(80.7 16.7 -15.2) |
| LCH | lch(80.7 22.6 317.6) |
| OKLCH | oklch(0.840 0.060 317.2) |
Copy-ready code
/* CSS */
color: #dbbfe5;
background-color: #dbbfe5;
/* Tailwind (arbitrary) */
class="text-[#dbbfe5] bg-[#dbbfe5]"
/* SCSS */
$brand: #dbbfe5;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.898)
/* Android */
Color.parseColor("#dbbfe5")Accessibility — WCAG contrast
Aa
#dbbfe5 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe5 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue89.8%
CMYK percentages
Cyan4.4%
Magenta16.6%
Yellow0.0%
Key (black)10.2%
Color previews
#dbbfe5 text on a black background
contrast 12.60:1
Card sample
#dbbfe5 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe5;
Background color
Panel with #dbbfe5 background
background-color: #dbbfe5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe5; background: linear-gradient(135deg, #dbbfe5, #E5BFD6);