#db22eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 34, 235
HSL
295°, 83%, 53%
CMYK
7, 86, 0, 8
Luminance
0.2220
Every format
| HEX | #db22eb |
| RGB | rgb(219, 34, 235) |
| HSL | hsl(295, 83%, 53%) |
| CMYK | cmyk(7%, 86%, 0%, 8%) |
| LAB | lab(54.2 86.3 -59.7) |
| LCH | lch(54.2 104.9 325.3) |
| OKLCH | oklch(0.644 0.286 324.3) |
Copy-ready code
/* CSS */
color: #db22eb;
background-color: #db22eb;
/* Tailwind (arbitrary) */
class="text-[#db22eb] bg-[#db22eb]"
/* SCSS */
$brand: #db22eb;
/* SwiftUI */
Color(red: 0.859, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#db22eb")Accessibility — WCAG contrast
Aa
#db22eb on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db22eb on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green13.3%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#db22eb text on a black background
contrast 5.44:1
Card sample
#db22eb text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db22eb;
Background color
Panel with #db22eb background
background-color: #db22eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db22eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db22eb; background: linear-gradient(135deg, #db22eb, #EB2275);