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