#dbb5e5
a light, vivid violet · warm · closest name: plum
RGB
219, 181, 229
HSL
288°, 48%, 80%
CMYK
4, 21, 0, 10
Luminance
0.5376
Every format
| HEX | #dbb5e5 |
| RGB | rgb(219, 181, 229) |
| HSL | hsl(288, 48%, 80%) |
| CMYK | cmyk(4%, 21%, 0%, 10%) |
| LAB | lab(78.3 22.1 -18.8) |
| LCH | lch(78.3 29.0 319.5) |
| OKLCH | oklch(0.822 0.078 319.2) |
Copy-ready code
/* CSS */
color: #dbb5e5;
background-color: #dbb5e5;
/* Tailwind (arbitrary) */
class="text-[#dbb5e5] bg-[#dbb5e5]"
/* SCSS */
$brand: #dbb5e5;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.898)
/* Android */
Color.parseColor("#dbb5e5")Accessibility — WCAG contrast
Aa
#dbb5e5 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb5e5 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue89.8%
CMYK percentages
Cyan4.4%
Magenta21.0%
Yellow0.0%
Key (black)10.2%
Color previews
#dbb5e5 text on a black background
contrast 11.75:1
Card sample
#dbb5e5 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb5e5;
Background color
Panel with #dbb5e5 background
background-color: #dbb5e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb5e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb5e5; background: linear-gradient(135deg, #dbb5e5, #E5B5CF);