#db84eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
219, 132, 235
HSL
291°, 72%, 72%
CMYK
7, 44, 0, 8
Luminance
0.3756
Every format
| HEX | #db84eb |
| RGB | rgb(219, 132, 235) |
| HSL | hsl(291, 72%, 72%) |
| CMYK | cmyk(7%, 44%, 0%, 8%) |
| LAB | lab(67.7 49.4 -38.4) |
| LCH | lch(67.7 62.6 322.1) |
| OKLCH | oklch(0.742 0.169 321.2) |
Copy-ready code
/* CSS */
color: #db84eb;
background-color: #db84eb;
/* Tailwind (arbitrary) */
class="text-[#db84eb] bg-[#db84eb]"
/* SCSS */
$brand: #db84eb;
/* SwiftUI */
Color(red: 0.859, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#db84eb")Accessibility — WCAG contrast
Aa
#db84eb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db84eb on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green51.8%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#db84eb text on a black background
contrast 8.51:1
Card sample
#db84eb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db84eb;
Background color
Panel with #db84eb background
background-color: #db84eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db84eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db84eb; background: linear-gradient(135deg, #db84eb, #EB84B6);