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