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