#dbbfe1
a light, soft violet · warm · closest name: lavender
RGB
219, 191, 225
HSL
289°, 36%, 82%
CMYK
3, 15, 0, 12
Luminance
0.5776
Every format
| HEX | #dbbfe1 |
| RGB | rgb(219, 191, 225) |
| HSL | hsl(289, 36%, 82%) |
| CMYK | cmyk(3%, 15%, 0%, 12%) |
| LAB | lab(80.6 15.9 -13.3) |
| LCH | lch(80.6 20.7 320.2) |
| OKLCH | oklch(0.839 0.056 320.3) |
Copy-ready code
/* CSS */
color: #dbbfe1;
background-color: #dbbfe1;
/* Tailwind (arbitrary) */
class="text-[#dbbfe1] bg-[#dbbfe1]"
/* SCSS */
$brand: #dbbfe1;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.882)
/* Android */
Color.parseColor("#dbbfe1")Accessibility — WCAG contrast
Aa
#dbbfe1 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe1 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue88.2%
CMYK percentages
Cyan2.7%
Magenta15.1%
Yellow0.0%
Key (black)11.8%
Color previews
#dbbfe1 text on a black background
contrast 12.55:1
Card sample
#dbbfe1 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe1;
Background color
Panel with #dbbfe1 background
background-color: #dbbfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe1; background: linear-gradient(135deg, #dbbfe1, #E1BFD0);