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