#dbb3f1
a light, vivid violet · warm · closest name: plum
RGB
219, 179, 241
HSL
279°, 69%, 82%
CMYK
9, 26, 0, 6
Luminance
0.5365
Every format
| HEX | #dbb3f1 |
| RGB | rgb(219, 179, 241) |
| HSL | hsl(279, 69%, 82%) |
| CMYK | cmyk(9%, 26%, 0%, 6%) |
| LAB | lab(78.3 25.5 -25.4) |
| LCH | lch(78.3 36.0 315.1) |
| OKLCH | oklch(0.823 0.095 313.4) |
Copy-ready code
/* CSS */
color: #dbb3f1;
background-color: #dbb3f1;
/* Tailwind (arbitrary) */
class="text-[#dbb3f1] bg-[#dbb3f1]"
/* SCSS */
$brand: #dbb3f1;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.945)
/* Android */
Color.parseColor("#dbb3f1")Accessibility — WCAG contrast
Aa
#dbb3f1 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb3f1 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue94.5%
CMYK percentages
Cyan9.1%
Magenta25.7%
Yellow0.0%
Key (black)5.5%
Color previews
#dbb3f1 text on a black background
contrast 11.73:1
Card sample
#dbb3f1 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb3f1;
Background color
Panel with #dbb3f1 background
background-color: #dbb3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb3f1; background: linear-gradient(135deg, #dbb3f1, #F1B3DE);