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