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