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