#dbb7ef
a light, vivid violet · warm · closest name: plum
RGB
219, 183, 239
HSL
279°, 64%, 83%
CMYK
8, 23, 0, 6
Luminance
0.5516
Every format
| HEX | #dbb7ef |
| RGB | rgb(219, 183, 239) |
| HSL | hsl(279, 64%, 83%) |
| CMYK | cmyk(8%, 23%, 0%, 6%) |
| LAB | lab(79.1 22.9 -23.0) |
| LCH | lch(79.1 32.5 314.9) |
| OKLCH | oklch(0.829 0.086 313.4) |
Copy-ready code
/* CSS */
color: #dbb7ef;
background-color: #dbb7ef;
/* Tailwind (arbitrary) */
class="text-[#dbb7ef] bg-[#dbb7ef]"
/* SCSS */
$brand: #dbb7ef;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.937)
/* Android */
Color.parseColor("#dbb7ef")Accessibility — WCAG contrast
Aa
#dbb7ef on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb7ef on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue93.7%
CMYK percentages
Cyan8.4%
Magenta23.4%
Yellow0.0%
Key (black)6.3%
Color previews
#dbb7ef text on a black background
contrast 12.03:1
Card sample
#dbb7ef text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb7ef;
Background color
Panel with #dbb7ef background
background-color: #dbb7ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb7ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb7ef; background: linear-gradient(135deg, #dbb7ef, #EFB7DE);