#dbb1fb
a light, electric violet · warm · closest name: plum
RGB
219, 177, 251
HSL
274°, 90%, 84%
CMYK
13, 30, 0, 2
Luminance
0.5347
Every format
| HEX | #dbb1fb |
| RGB | rgb(219, 177, 251) |
| HSL | hsl(274, 90%, 84%) |
| CMYK | cmyk(13%, 30%, 0%, 2%) |
| LAB | lab(78.2 28.6 -31.0) |
| LCH | lch(78.2 42.2 312.7) |
| OKLCH | oklch(0.823 0.111 309.9) |
Copy-ready code
/* CSS */
color: #dbb1fb;
background-color: #dbb1fb;
/* Tailwind (arbitrary) */
class="text-[#dbb1fb] bg-[#dbb1fb]"
/* SCSS */
$brand: #dbb1fb;
/* SwiftUI */
Color(red: 0.859, green: 0.694, blue: 0.984)
/* Android */
Color.parseColor("#dbb1fb")Accessibility — WCAG contrast
Aa
#dbb1fb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb1fb on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.4%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta29.5%
Yellow0.0%
Key (black)1.6%
Color previews
#dbb1fb text on a black background
contrast 11.69:1
Card sample
#dbb1fb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb1fb;
Background color
Panel with #dbb1fb background
background-color: #dbb1fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb1fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 177, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 177, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb1fb; background: linear-gradient(135deg, #dbb1fb, #FBB1EA);