#db37eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 55, 235
HSL
295°, 82%, 57%
CMYK
7, 77, 0, 8
Luminance
0.2379
Every format
| HEX | #db37eb |
| RGB | rgb(219, 55, 235) |
| HSL | hsl(295, 82%, 57%) |
| CMYK | cmyk(7%, 77%, 0%, 8%) |
| LAB | lab(55.9 81.5 -57.1) |
| LCH | lch(55.9 99.5 325.0) |
| OKLCH | oklch(0.656 0.271 324.0) |
Copy-ready code
/* CSS */
color: #db37eb;
background-color: #db37eb;
/* Tailwind (arbitrary) */
class="text-[#db37eb] bg-[#db37eb]"
/* SCSS */
$brand: #db37eb;
/* SwiftUI */
Color(red: 0.859, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#db37eb")Accessibility — WCAG contrast
Aa
#db37eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db37eb on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green21.6%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#db37eb text on a black background
contrast 5.76:1
Card sample
#db37eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db37eb;
Background color
Panel with #db37eb background
background-color: #db37eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db37eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db37eb; background: linear-gradient(135deg, #db37eb, #EB3783);