#dbb7eb
a light, vivid violet · warm · closest name: plum
RGB
219, 183, 235
HSL
282°, 57%, 82%
CMYK
7, 22, 0, 8
Luminance
0.5493
Every format
| HEX | #dbb7eb |
| RGB | rgb(219, 183, 235) |
| HSL | hsl(282, 57%, 82%) |
| CMYK | cmyk(7%, 22%, 0%, 8%) |
| LAB | lab(79.0 22.1 -21.1) |
| LCH | lch(79.0 30.6 316.4) |
| OKLCH | oklch(0.828 0.081 315.4) |
Copy-ready code
/* CSS */
color: #dbb7eb;
background-color: #dbb7eb;
/* Tailwind (arbitrary) */
class="text-[#dbb7eb] bg-[#dbb7eb]"
/* SCSS */
$brand: #dbb7eb;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#dbb7eb")Accessibility — WCAG contrast
Aa
#dbb7eb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb7eb on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#dbb7eb text on a black background
contrast 11.99:1
Card sample
#dbb7eb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb7eb;
Background color
Panel with #dbb7eb background
background-color: #dbb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb7eb; background: linear-gradient(135deg, #dbb7eb, #EBB7D8);