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