#dbb0ee
a light, vivid violet · warm · closest name: plum
RGB
219, 176, 238
HSL
282°, 65%, 81%
CMYK
8, 26, 0, 7
Luminance
0.5228
Every format
| HEX | #dbb0ee |
| RGB | rgb(219, 176, 238) |
| HSL | hsl(282, 65%, 81%) |
| CMYK | cmyk(8%, 26%, 0%, 7%) |
| LAB | lab(77.5 26.5 -25.0) |
| LCH | lch(77.5 36.5 316.7) |
| OKLCH | oklch(0.816 0.097 315.3) |
Copy-ready code
/* CSS */
color: #dbb0ee;
background-color: #dbb0ee;
/* Tailwind (arbitrary) */
class="text-[#dbb0ee] bg-[#dbb0ee]"
/* SCSS */
$brand: #dbb0ee;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#dbb0ee")Accessibility — WCAG contrast
Aa
#dbb0ee on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0ee on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#dbb0ee text on a black background
contrast 11.46:1
Card sample
#dbb0ee text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0ee;
Background color
Panel with #dbb0ee background
background-color: #dbb0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0ee; background: linear-gradient(135deg, #dbb0ee, #EEB0D8);