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