#dbbdfe
a pale, electric violet · warm · closest name: plum
RGB
219, 189, 254
HSL
268°, 97%, 87%
CMYK
14, 26, 0, 0
Luminance
0.5861
Every format
| HEX | #dbbdfe |
| RGB | rgb(219, 189, 254) |
| HSL | hsl(268, 97%, 87%) |
| CMYK | cmyk(14%, 26%, 0%, 0%) |
| LAB | lab(81.1 22.8 -28.1) |
| LCH | lch(81.1 36.1 309.0) |
| OKLCH | oklch(0.846 0.094 305.5) |
Copy-ready code
/* CSS */
color: #dbbdfe;
background-color: #dbbdfe;
/* Tailwind (arbitrary) */
class="text-[#dbbdfe] bg-[#dbbdfe]"
/* SCSS */
$brand: #dbbdfe;
/* SwiftUI */
Color(red: 0.859, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#dbbdfe")Accessibility — WCAG contrast
Aa
#dbbdfe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbbdfe on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green74.1%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#dbbdfe text on a black background
contrast 12.72:1
Card sample
#dbbdfe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbbdfe;
Background color
Panel with #dbbdfe background
background-color: #dbbdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbbdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbbdfe; background: linear-gradient(135deg, #dbbdfe, #FEBDF6);