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