#dbb7e4
a light, vivid violet · warm · closest name: plum
RGB
219, 183, 228
HSL
288°, 46%, 81%
CMYK
4, 20, 0, 11
Luminance
0.5453
Every format
| HEX | #dbb7e4 |
| RGB | rgb(219, 183, 228) |
| HSL | hsl(288, 46%, 81%) |
| CMYK | cmyk(4%, 20%, 0%, 11%) |
| LAB | lab(78.8 20.8 -17.6) |
| LCH | lch(78.8 27.3 319.7) |
| OKLCH | oklch(0.825 0.073 319.5) |
Copy-ready code
/* CSS */
color: #dbb7e4;
background-color: #dbb7e4;
/* Tailwind (arbitrary) */
class="text-[#dbb7e4] bg-[#dbb7e4]"
/* SCSS */
$brand: #dbb7e4;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.894)
/* Android */
Color.parseColor("#dbb7e4")Accessibility — WCAG contrast
Aa
#dbb7e4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb7e4 on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue89.4%
CMYK percentages
Cyan3.9%
Magenta19.7%
Yellow0.0%
Key (black)10.6%
Color previews
#dbb7e4 text on a black background
contrast 11.91:1
Card sample
#dbb7e4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb7e4;
Background color
Panel with #dbb7e4 background
background-color: #dbb7e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb7e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb7e4; background: linear-gradient(135deg, #dbb7e4, #E4B7CF);