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