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