#db44eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 68, 235
HSL
294°, 81%, 59%
CMYK
7, 71, 0, 8
Luminance
0.2519
Every format
| HEX | #db44eb |
| RGB | rgb(219, 68, 235) |
| HSL | hsl(294, 81%, 59%) |
| CMYK | cmyk(7%, 71%, 0%, 8%) |
| LAB | lab(57.3 77.5 -54.9) |
| LCH | lch(57.3 95.0 324.7) |
| OKLCH | oklch(0.665 0.259 323.7) |
Copy-ready code
/* CSS */
color: #db44eb;
background-color: #db44eb;
/* Tailwind (arbitrary) */
class="text-[#db44eb] bg-[#db44eb]"
/* SCSS */
$brand: #db44eb;
/* SwiftUI */
Color(red: 0.859, green: 0.267, blue: 0.922)
/* Android */
Color.parseColor("#db44eb")Accessibility — WCAG contrast
Aa
#db44eb on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db44eb on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green26.7%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta71.1%
Yellow0.0%
Key (black)7.8%
Color previews
#db44eb text on a black background
contrast 6.04:1
Card sample
#db44eb text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db44eb;
Background color
Panel with #db44eb background
background-color: #db44eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db44eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 68, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 68, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db44eb; background: linear-gradient(135deg, #db44eb, #EB448B);