#dbb2e4
a light, vivid violet · warm · closest name: plum
RGB
219, 178, 228
HSL
289°, 48%, 80%
CMYK
4, 22, 0, 11
Luminance
0.5250
Every format
| HEX | #dbb2e4 |
| RGB | rgb(219, 178, 228) |
| HSL | hsl(289, 48%, 80%) |
| CMYK | cmyk(4%, 22%, 0%, 11%) |
| LAB | lab(77.6 23.5 -19.4) |
| LCH | lch(77.6 30.5 320.4) |
| OKLCH | oklch(0.816 0.082 320.2) |
Copy-ready code
/* CSS */
color: #dbb2e4;
background-color: #dbb2e4;
/* Tailwind (arbitrary) */
class="text-[#dbb2e4] bg-[#dbb2e4]"
/* SCSS */
$brand: #dbb2e4;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.894)
/* Android */
Color.parseColor("#dbb2e4")Accessibility — WCAG contrast
Aa
#dbb2e4 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb2e4 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue89.4%
CMYK percentages
Cyan3.9%
Magenta21.9%
Yellow0.0%
Key (black)10.6%
Color previews
#dbb2e4 text on a black background
contrast 11.50:1
Card sample
#dbb2e4 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb2e4;
Background color
Panel with #dbb2e4 background
background-color: #dbb2e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb2e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb2e4; background: linear-gradient(135deg, #dbb2e4, #E4B2CC);