#dbb9eb
a light, vivid violet · warm · closest name: plum
RGB
219, 185, 235
HSL
281°, 56%, 82%
CMYK
7, 21, 0, 8
Luminance
0.5576
Every format
| HEX | #dbb9eb |
| RGB | rgb(219, 185, 235) |
| HSL | hsl(281, 56%, 82%) |
| CMYK | cmyk(7%, 21%, 0%, 8%) |
| LAB | lab(79.5 21.1 -20.3) |
| LCH | lch(79.5 29.3 316.0) |
| OKLCH | oklch(0.831 0.078 314.9) |
Copy-ready code
/* CSS */
color: #dbb9eb;
background-color: #dbb9eb;
/* Tailwind (arbitrary) */
class="text-[#dbb9eb] bg-[#dbb9eb]"
/* SCSS */
$brand: #dbb9eb;
/* SwiftUI */
Color(red: 0.859, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#dbb9eb")Accessibility — WCAG contrast
Aa
#dbb9eb on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb9eb on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.5%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta21.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dbb9eb text on a black background
contrast 12.15:1
Card sample
#dbb9eb text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb9eb;
Background color
Panel with #dbb9eb background
background-color: #dbb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb9eb; background: linear-gradient(135deg, #dbb9eb, #EBB9DA);