#dbb7fe
a pale, electric violet · warm · closest name: plum
RGB
219, 183, 254
HSL
270°, 97%, 86%
CMYK
14, 28, 0, 0
Luminance
0.5608
Every format
| HEX | #dbb7fe |
| RGB | rgb(219, 183, 254) |
| HSL | hsl(270, 97%, 86%) |
| CMYK | cmyk(14%, 28%, 0%, 0%) |
| LAB | lab(79.7 26.0 -30.3) |
| LCH | lch(79.7 39.9 310.7) |
| OKLCH | oklch(0.835 0.104 307.4) |
Copy-ready code
/* CSS */
color: #dbb7fe;
background-color: #dbb7fe;
/* Tailwind (arbitrary) */
class="text-[#dbb7fe] bg-[#dbb7fe]"
/* SCSS */
$brand: #dbb7fe;
/* SwiftUI */
Color(red: 0.859, green: 0.718, blue: 0.996)
/* Android */
Color.parseColor("#dbb7fe")Accessibility — WCAG contrast
Aa
#dbb7fe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb7fe on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.8%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta28.0%
Yellow0.0%
Key (black)0.4%
Color previews
#dbb7fe text on a black background
contrast 12.22:1
Card sample
#dbb7fe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb7fe;
Background color
Panel with #dbb7fe background
background-color: #dbb7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 183, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 183, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb7fe; background: linear-gradient(135deg, #dbb7fe, #FEB7F2);