#dbb9e2
a light, soft violet · warm · closest name: plum
RGB
219, 185, 226
HSL
290°, 41%, 81%
CMYK
3, 18, 0, 11
Luminance
0.5525
Every format
| HEX | #dbb9e2 |
| RGB | rgb(219, 185, 226) |
| HSL | hsl(290, 41%, 81%) |
| CMYK | cmyk(3%, 18%, 0%, 11%) |
| LAB | lab(79.2 19.3 -15.9) |
| LCH | lch(79.2 25.0 320.5) |
| OKLCH | oklch(0.828 0.067 320.5) |
Copy-ready code
/* CSS */
color: #dbb9e2;
background-color: #dbb9e2;
/* Tailwind (arbitrary) */
class="text-[#dbb9e2] bg-[#dbb9e2]"
/* SCSS */
$brand: #dbb9e2;
/* SwiftUI */
Color(red: 0.859, green: 0.725, blue: 0.886)
/* Android */
Color.parseColor("#dbb9e2")Accessibility — WCAG contrast
Aa
#dbb9e2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb9e2 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green72.5%
Blue88.6%
CMYK percentages
Cyan3.1%
Magenta18.1%
Yellow0.0%
Key (black)11.4%
Color previews
#dbb9e2 text on a black background
contrast 12.05:1
Card sample
#dbb9e2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb9e2;
Background color
Panel with #dbb9e2 background
background-color: #dbb9e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb9e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 185, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 185, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb9e2; background: linear-gradient(135deg, #dbb9e2, #E2B9CE);