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