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