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