#dbb0eb
a light, vivid violet · warm · closest name: plum
RGB
219, 176, 235
HSL
284°, 60%, 81%
CMYK
7, 25, 0, 8
Luminance
0.5211
Every format
| HEX | #dbb0eb |
| RGB | rgb(219, 176, 235) |
| HSL | hsl(284, 60%, 81%) |
| CMYK | cmyk(7%, 25%, 0%, 8%) |
| LAB | lab(77.3 25.9 -23.6) |
| LCH | lch(77.3 35.0 317.7) |
| OKLCH | oklch(0.815 0.093 316.7) |
Copy-ready code
/* CSS */
color: #dbb0eb;
background-color: #dbb0eb;
/* Tailwind (arbitrary) */
class="text-[#dbb0eb] bg-[#dbb0eb]"
/* SCSS */
$brand: #dbb0eb;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#dbb0eb")Accessibility — WCAG contrast
Aa
#dbb0eb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0eb on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta25.1%
Yellow0.0%
Key (black)7.8%
Color previews
#dbb0eb text on a black background
contrast 11.42:1
Card sample
#dbb0eb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0eb;
Background color
Panel with #dbb0eb background
background-color: #dbb0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0eb; background: linear-gradient(135deg, #dbb0eb, #EBB0D4);