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