#db00eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 0, 235
HSL
296°, 100%, 46%
CMYK
7, 100, 0, 8
Luminance
0.2106
Every format
| HEX | #db00eb |
| RGB | rgb(219, 0, 235) |
| HSL | hsl(296, 100%, 46%) |
| CMYK | cmyk(7%, 100%, 0%, 8%) |
| LAB | lab(53.0 89.9 -61.7) |
| LCH | lch(53.0 109.1 325.5) |
| OKLCH | oklch(0.635 0.298 324.6) |
Copy-ready code
/* CSS */
color: #db00eb;
background-color: #db00eb;
/* Tailwind (arbitrary) */
class="text-[#db00eb] bg-[#db00eb]"
/* SCSS */
$brand: #db00eb;
/* SwiftUI */
Color(red: 0.859, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#db00eb")Accessibility — WCAG contrast
Aa
#db00eb on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db00eb on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green0.0%
Blue92.2%
CMYK percentages
Cyan6.8%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#db00eb text on a black background
contrast 5.21:1
Card sample
#db00eb text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db00eb;
Background color
Panel with #db00eb background
background-color: #db00eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db00eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db00eb; background: linear-gradient(135deg, #db00eb, #EB005E);