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