#db80eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
219, 128, 235
HSL
291°, 73%, 71%
CMYK
7, 46, 0, 8
Luminance
0.3650
Every format
| HEX | #db80eb |
| RGB | rgb(219, 128, 235) |
| HSL | hsl(291, 73%, 71%) |
| CMYK | cmyk(7%, 46%, 0%, 8%) |
| LAB | lab(66.9 51.4 -39.7) |
| LCH | lch(66.9 65.0 322.3) |
| OKLCH | oklch(0.736 0.176 321.5) |
Copy-ready code
/* CSS */
color: #db80eb;
background-color: #db80eb;
/* Tailwind (arbitrary) */
class="text-[#db80eb] bg-[#db80eb]"
/* SCSS */
$brand: #db80eb;
/* SwiftUI */
Color(red: 0.859, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#db80eb")Accessibility — WCAG contrast
Aa
#db80eb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db80eb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green50.2%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta45.5%
Yellow0.0%
Key (black)7.8%
Color previews
#db80eb text on a black background
contrast 8.30:1
Card sample
#db80eb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db80eb;
Background color
Panel with #db80eb background
background-color: #db80eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db80eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db80eb; background: linear-gradient(135deg, #db80eb, #EB80B4);