#dbbfe6
a light, soft violet · warm · closest name: lavender
RGB
219, 191, 230
HSL
283°, 44%, 83%
CMYK
5, 17, 0, 10
Luminance
0.5803
Every format
| HEX | #dbbfe6 |
| RGB | rgb(219, 191, 230) |
| HSL | hsl(283, 44%, 83%) |
| CMYK | cmyk(5%, 17%, 0%, 10%) |
| LAB | lab(80.8 16.9 -15.7) |
| LCH | lch(80.8 23.0 317.0) |
| OKLCH | oklch(0.841 0.061 316.4) |
Copy-ready code
/* CSS */
color: #dbbfe6;
background-color: #dbbfe6;
/* Tailwind (arbitrary) */
class="text-[#dbbfe6] bg-[#dbbfe6]"
/* SCSS */
$brand: #dbbfe6;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.902)
/* Android */
Color.parseColor("#dbbfe6")Accessibility — WCAG contrast
Aa
#dbbfe6 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe6 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue90.2%
CMYK percentages
Cyan4.8%
Magenta17.0%
Yellow0.0%
Key (black)9.8%
Color previews
#dbbfe6 text on a black background
contrast 12.61:1
Card sample
#dbbfe6 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe6;
Background color
Panel with #dbbfe6 background
background-color: #dbbfe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe6; background: linear-gradient(135deg, #dbbfe6, #E6BFD7);