#dbbeee
a light, vivid violet · warm · closest name: plum
RGB
219, 190, 238
HSL
276°, 59%, 84%
CMYK
8, 20, 0, 7
Luminance
0.5806
Every format
| HEX | #dbbeee |
| RGB | rgb(219, 190, 238) |
| HSL | hsl(276, 59%, 84%) |
| CMYK | cmyk(8%, 20%, 0%, 7%) |
| LAB | lab(80.8 19.0 -20.0) |
| LCH | lch(80.8 27.5 313.5) |
| OKLCH | oklch(0.842 0.073 311.9) |
Copy-ready code
/* CSS */
color: #dbbeee;
background-color: #dbbeee;
/* Tailwind (arbitrary) */
class="text-[#dbbeee] bg-[#dbbeee]"
/* SCSS */
$brand: #dbbeee;
/* SwiftUI */
Color(red: 0.859, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#dbbeee")Accessibility — WCAG contrast
Aa
#dbbeee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbeee on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.5%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#dbbeee text on a black background
contrast 12.61:1
Card sample
#dbbeee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbeee;
Background color
Panel with #dbbeee background
background-color: #dbbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbeee; background: linear-gradient(135deg, #dbbeee, #EEBEE1);