#dbbfe9
a light, vivid violet · warm · closest name: plum
RGB
219, 191, 233
HSL
280°, 49%, 83%
CMYK
6, 18, 0, 9
Luminance
0.5820
Every format
| HEX | #dbbfe9 |
| RGB | rgb(219, 191, 233) |
| HSL | hsl(280, 49%, 83%) |
| CMYK | cmyk(6%, 18%, 0%, 9%) |
| LAB | lab(80.8 17.4 -17.2) |
| LCH | lch(80.8 24.5 315.4) |
| OKLCH | oklch(0.842 0.065 314.5) |
Copy-ready code
/* CSS */
color: #dbbfe9;
background-color: #dbbfe9;
/* Tailwind (arbitrary) */
class="text-[#dbbfe9] bg-[#dbbfe9]"
/* SCSS */
$brand: #dbbfe9;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.914)
/* Android */
Color.parseColor("#dbbfe9")Accessibility — WCAG contrast
Aa
#dbbfe9 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfe9 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue91.4%
CMYK percentages
Cyan6.0%
Magenta18.0%
Yellow0.0%
Key (black)8.6%
Color previews
#dbbfe9 text on a black background
contrast 12.64:1
Card sample
#dbbfe9 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfe9;
Background color
Panel with #dbbfe9 background
background-color: #dbbfe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfe9; background: linear-gradient(135deg, #dbbfe9, #E9BFDB);