#dbbfeb
a light, vivid violet · warm · closest name: plum
RGB
219, 191, 235
HSL
278°, 52%, 84%
CMYK
7, 19, 0, 8
Luminance
0.5832
Every format
| HEX | #dbbfeb |
| RGB | rgb(219, 191, 235) |
| HSL | hsl(278, 52%, 84%) |
| CMYK | cmyk(7%, 19%, 0%, 8%) |
| LAB | lab(80.9 17.8 -18.1) |
| LCH | lch(80.9 25.4 314.5) |
| OKLCH | oklch(0.842 0.067 313.2) |
Copy-ready code
/* CSS */
color: #dbbfeb;
background-color: #dbbfeb;
/* Tailwind (arbitrary) */
class="text-[#dbbfeb] bg-[#dbbfeb]"
/* SCSS */
$brand: #dbbfeb;
/* SwiftUI */
Color(red: 0.859, green: 0.749, blue: 0.922)
/* Android */
Color.parseColor("#dbbfeb")Accessibility — WCAG contrast
Aa
#dbbfeb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbfeb on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.9%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta18.7%
Yellow0.0%
Key (black)7.8%
Color previews
#dbbfeb text on a black background
contrast 12.66:1
Card sample
#dbbfeb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbfeb;
Background color
Panel with #dbbfeb background
background-color: #dbbfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 191, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 191, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbfeb; background: linear-gradient(135deg, #dbbfeb, #EBBFDE);