#dbb3e6
a light, vivid violet · warm · closest name: plum
RGB
219, 179, 230
HSL
287°, 51%, 80%
CMYK
5, 22, 0, 10
Luminance
0.5301
Every format
| HEX | #dbb3e6 |
| RGB | rgb(219, 179, 230) |
| HSL | hsl(287, 51%, 80%) |
| CMYK | cmyk(5%, 22%, 0%, 10%) |
| LAB | lab(77.9 23.3 -20.1) |
| LCH | lch(77.9 30.8 319.3) |
| OKLCH | oklch(0.818 0.082 318.9) |
Copy-ready code
/* CSS */
color: #dbb3e6;
background-color: #dbb3e6;
/* Tailwind (arbitrary) */
class="text-[#dbb3e6] bg-[#dbb3e6]"
/* SCSS */
$brand: #dbb3e6;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.902)
/* Android */
Color.parseColor("#dbb3e6")Accessibility — WCAG contrast
Aa
#dbb3e6 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb3e6 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue90.2%
CMYK percentages
Cyan4.8%
Magenta22.2%
Yellow0.0%
Key (black)9.8%
Color previews
#dbb3e6 text on a black background
contrast 11.60:1
Card sample
#dbb3e6 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb3e6;
Background color
Panel with #dbb3e6 background
background-color: #dbb3e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb3e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb3e6; background: linear-gradient(135deg, #dbb3e6, #E6B3CF);