#dbb0fe
a light, electric violet · warm · closest name: plum
RGB
219, 176, 254
HSL
273°, 98%, 84%
CMYK
14, 31, 0, 0
Luminance
0.5327
Every format
| HEX | #dbb0fe |
| RGB | rgb(219, 176, 254) |
| HSL | hsl(273, 98%, 84%) |
| CMYK | cmyk(14%, 31%, 0%, 0%) |
| LAB | lab(78.0 29.8 -32.8) |
| LCH | lch(78.0 44.3 312.3) |
| OKLCH | oklch(0.822 0.116 309.2) |
Copy-ready code
/* CSS */
color: #dbb0fe;
background-color: #dbb0fe;
/* Tailwind (arbitrary) */
class="text-[#dbb0fe] bg-[#dbb0fe]"
/* SCSS */
$brand: #dbb0fe;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.996)
/* Android */
Color.parseColor("#dbb0fe")Accessibility — WCAG contrast
Aa
#dbb0fe on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb0fe on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta30.7%
Yellow0.0%
Key (black)0.4%
Color previews
#dbb0fe text on a black background
contrast 11.65:1
Card sample
#dbb0fe text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb0fe;
Background color
Panel with #dbb0fe background
background-color: #dbb0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb0fe; background: linear-gradient(135deg, #dbb0fe, #FEB0ED);