#dbb0e5
a light, vivid violet · warm · closest name: plum
RGB
219, 176, 229
HSL
289°, 51%, 79%
CMYK
4, 23, 0, 10
Luminance
0.5177
Every format
| HEX | #dbb0e5 |
| RGB | rgb(219, 176, 229) |
| HSL | hsl(289, 51%, 79%) |
| CMYK | cmyk(4%, 23%, 0%, 10%) |
| LAB | lab(77.1 24.8 -20.6) |
| LCH | lch(77.1 32.2 320.2) |
| OKLCH | oklch(0.813 0.087 319.9) |
Copy-ready code
/* CSS */
color: #dbb0e5;
background-color: #dbb0e5;
/* Tailwind (arbitrary) */
class="text-[#dbb0e5] bg-[#dbb0e5]"
/* SCSS */
$brand: #dbb0e5;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.898)
/* Android */
Color.parseColor("#dbb0e5")Accessibility — WCAG contrast
Aa
#dbb0e5 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0e5 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue89.8%
CMYK percentages
Cyan4.4%
Magenta23.1%
Yellow0.0%
Key (black)10.2%
Color previews
#dbb0e5 text on a black background
contrast 11.35:1
Card sample
#dbb0e5 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0e5;
Background color
Panel with #dbb0e5 background
background-color: #dbb0e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0e5; background: linear-gradient(135deg, #dbb0e5, #E5B0CC);