#dbb3fe
a light, electric violet · warm · closest name: plum
RGB
219, 179, 254
HSL
272°, 97%, 85%
CMYK
14, 30, 0, 0
Luminance
0.5446
Every format
| HEX | #dbb3fe |
| RGB | rgb(219, 179, 254) |
| HSL | hsl(272, 97%, 85%) |
| CMYK | cmyk(14%, 30%, 0%, 0%) |
| LAB | lab(78.7 28.1 -31.7) |
| LCH | lch(78.7 42.4 311.6) |
| OKLCH | oklch(0.828 0.111 308.4) |
Copy-ready code
/* CSS */
color: #dbb3fe;
background-color: #dbb3fe;
/* Tailwind (arbitrary) */
class="text-[#dbb3fe] bg-[#dbb3fe]"
/* SCSS */
$brand: #dbb3fe;
/* SwiftUI */
Color(red: 0.859, green: 0.702, blue: 0.996)
/* Android */
Color.parseColor("#dbb3fe")Accessibility — WCAG contrast
Aa
#dbb3fe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb3fe on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green70.2%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta29.5%
Yellow0.0%
Key (black)0.4%
Color previews
#dbb3fe text on a black background
contrast 11.89:1
Card sample
#dbb3fe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb3fe;
Background color
Panel with #dbb3fe background
background-color: #dbb3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 179, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 179, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb3fe; background: linear-gradient(135deg, #dbb3fe, #FEB3EF);