#dbb5ee
a light, vivid violet · warm · closest name: plum
RGB
219, 181, 238
HSL
280°, 63%, 82%
CMYK
8, 24, 0, 7
Luminance
0.5428
Every format
| HEX | #dbb5ee |
| RGB | rgb(219, 181, 238) |
| HSL | hsl(280, 63%, 82%) |
| CMYK | cmyk(8%, 24%, 0%, 7%) |
| LAB | lab(78.6 23.8 -23.2) |
| LCH | lch(78.6 33.3 315.7) |
| OKLCH | oklch(0.825 0.088 314.3) |
Copy-ready code
/* CSS */
color: #dbb5ee;
background-color: #dbb5ee;
/* Tailwind (arbitrary) */
class="text-[#dbb5ee] bg-[#dbb5ee]"
/* SCSS */
$brand: #dbb5ee;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.933)
/* Android */
Color.parseColor("#dbb5ee")Accessibility — WCAG contrast
Aa
#dbb5ee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb5ee on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue93.3%
CMYK percentages
Cyan8.0%
Magenta23.9%
Yellow0.0%
Key (black)6.7%
Color previews
#dbb5ee text on a black background
contrast 11.86:1
Card sample
#dbb5ee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb5ee;
Background color
Panel with #dbb5ee background
background-color: #dbb5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb5ee; background: linear-gradient(135deg, #dbb5ee, #EEB5DB);