#dbb5e3
a light, vivid violet · warm · closest name: plum
RGB
219, 181, 227
HSL
290°, 45%, 80%
CMYK
4, 20, 0, 11
Luminance
0.5365
Every format
| HEX | #dbb5e3 |
| RGB | rgb(219, 181, 227) |
| HSL | hsl(290, 45%, 80%) |
| CMYK | cmyk(4%, 20%, 0%, 11%) |
| LAB | lab(78.3 21.7 -17.9) |
| LCH | lch(78.3 28.1 320.5) |
| OKLCH | oklch(0.821 0.075 320.4) |
Copy-ready code
/* CSS */
color: #dbb5e3;
background-color: #dbb5e3;
/* Tailwind (arbitrary) */
class="text-[#dbb5e3] bg-[#dbb5e3]"
/* SCSS */
$brand: #dbb5e3;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.890)
/* Android */
Color.parseColor("#dbb5e3")Accessibility — WCAG contrast
Aa
#dbb5e3 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb5e3 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue89.0%
CMYK percentages
Cyan3.5%
Magenta20.3%
Yellow0.0%
Key (black)11.0%
Color previews
#dbb5e3 text on a black background
contrast 11.73:1
Card sample
#dbb5e3 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb5e3;
Background color
Panel with #dbb5e3 background
background-color: #dbb5e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb5e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb5e3; background: linear-gradient(135deg, #dbb5e3, #E3B5CC);