#dbadfe
a light, electric violet · warm · closest name: plum
RGB
219, 173, 254
HSL
274°, 98%, 84%
CMYK
14, 32, 0, 0
Luminance
0.5210
Every format
| HEX | #dbadfe |
| RGB | rgb(219, 173, 254) |
| HSL | hsl(274, 98%, 84%) |
| CMYK | cmyk(14%, 32%, 0%, 0%) |
| LAB | lab(77.3 31.4 -33.8) |
| LCH | lch(77.3 46.1 312.9) |
| OKLCH | oklch(0.817 0.121 309.8) |
Copy-ready code
/* CSS */
color: #dbadfe;
background-color: #dbadfe;
/* Tailwind (arbitrary) */
class="text-[#dbadfe] bg-[#dbadfe]"
/* SCSS */
$brand: #dbadfe;
/* SwiftUI */
Color(red: 0.859, green: 0.678, blue: 0.996)
/* Android */
Color.parseColor("#dbadfe")Accessibility — WCAG contrast
Aa
#dbadfe on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbadfe on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.8%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta31.9%
Yellow0.0%
Key (black)0.4%
Color previews
#dbadfe text on a black background
contrast 11.42:1
Card sample
#dbadfe text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbadfe;
Background color
Panel with #dbadfe background
background-color: #dbadfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbadfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 173, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 173, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbadfe; background: linear-gradient(135deg, #dbadfe, #FEADEB);