#db72eb
a light, electric magenta / pink · warm · closest name: violet
RGB
219, 114, 235
HSL
292°, 75%, 68%
CMYK
7, 52, 0, 8
Luminance
0.3309
Every format
| HEX | #db72eb |
| RGB | rgb(219, 114, 235) |
| HSL | hsl(292, 75%, 68%) |
| CMYK | cmyk(7%, 52%, 0%, 8%) |
| LAB | lab(64.2 58.4 -43.9) |
| LCH | lch(64.2 73.0 323.1) |
| OKLCH | oklch(0.716 0.198 322.2) |
Copy-ready code
/* CSS */
color: #db72eb;
background-color: #db72eb;
/* Tailwind (arbitrary) */
class="text-[#db72eb] bg-[#db72eb]"
/* SCSS */
$brand: #db72eb;
/* SwiftUI */
Color(red: 0.859, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#db72eb")Accessibility — WCAG contrast
Aa
#db72eb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db72eb on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green44.7%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#db72eb text on a black background
contrast 7.62:1
Card sample
#db72eb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db72eb;
Background color
Panel with #db72eb background
background-color: #db72eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db72eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db72eb; background: linear-gradient(135deg, #db72eb, #EB72AA);