#db32eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 50, 235
HSL
295°, 82%, 56%
CMYK
7, 79, 0, 8
Luminance
0.2334
Every format
| HEX | #db32eb |
| RGB | rgb(219, 50, 235) |
| HSL | hsl(295, 82%, 56%) |
| CMYK | cmyk(7%, 79%, 0%, 8%) |
| LAB | lab(55.4 82.8 -57.9) |
| LCH | lch(55.4 101.0 325.1) |
| OKLCH | oklch(0.652 0.276 324.1) |
Copy-ready code
/* CSS */
color: #db32eb;
background-color: #db32eb;
/* Tailwind (arbitrary) */
class="text-[#db32eb] bg-[#db32eb]"
/* SCSS */
$brand: #db32eb;
/* SwiftUI */
Color(red: 0.859, green: 0.196, blue: 0.922)
/* Android */
Color.parseColor("#db32eb")Accessibility — WCAG contrast
Aa
#db32eb on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db32eb on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green19.6%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta78.7%
Yellow0.0%
Key (black)7.8%
Color previews
#db32eb text on a black background
contrast 5.67:1
Card sample
#db32eb text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db32eb;
Background color
Panel with #db32eb background
background-color: #db32eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db32eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 50, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 50, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db32eb; background: linear-gradient(135deg, #db32eb, #EB3280);