#dbb5fb
a light, electric violet · warm · closest name: plum
RGB
219, 181, 251
HSL
273°, 90%, 85%
CMYK
13, 28, 0, 2
Luminance
0.5507
Every format
| HEX | #dbb5fb |
| RGB | rgb(219, 181, 251) |
| HSL | hsl(273, 90%, 85%) |
| CMYK | cmyk(13%, 28%, 0%, 2%) |
| LAB | lab(79.1 26.4 -29.5) |
| LCH | lch(79.1 39.6 311.9) |
| OKLCH | oklch(0.830 0.104 309.0) |
Copy-ready code
/* CSS */
color: #dbb5fb;
background-color: #dbb5fb;
/* Tailwind (arbitrary) */
class="text-[#dbb5fb] bg-[#dbb5fb]"
/* SCSS */
$brand: #dbb5fb;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.984)
/* Android */
Color.parseColor("#dbb5fb")Accessibility — WCAG contrast
Aa
#dbb5fb on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb5fb on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta27.9%
Yellow0.0%
Key (black)1.6%
Color previews
#dbb5fb text on a black background
contrast 12.01:1
Card sample
#dbb5fb text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb5fb;
Background color
Panel with #dbb5fb background
background-color: #dbb5fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb5fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb5fb; background: linear-gradient(135deg, #dbb5fb, #FBB5EC);