#db04fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 4, 252
HSL
292°, 98%, 50%
CMYK
13, 98, 0, 1
Luminance
0.2218
Every format
| HEX | #db04fc |
| RGB | rgb(219, 4, 252) |
| HSL | hsl(292, 98%, 50%) |
| CMYK | cmyk(13%, 98%, 0%, 1%) |
| LAB | lab(54.2 92.3 -69.3) |
| LCH | lch(54.2 115.4 323.1) |
| OKLCH | oklch(0.647 0.308 320.8) |
Copy-ready code
/* CSS */
color: #db04fc;
background-color: #db04fc;
/* Tailwind (arbitrary) */
class="text-[#db04fc] bg-[#db04fc]"
/* SCSS */
$brand: #db04fc;
/* SwiftUI */
Color(red: 0.859, green: 0.016, blue: 0.988)
/* Android */
Color.parseColor("#db04fc")Accessibility — WCAG contrast
Aa
#db04fc on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db04fc on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green1.6%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta98.4%
Yellow0.0%
Key (black)1.2%
Color previews
#db04fc text on a black background
contrast 5.44:1
Card sample
#db04fc text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db04fc;
Background color
Panel with #db04fc background
background-color: #db04fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db04fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 4, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 4, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db04fc; background: linear-gradient(135deg, #db04fc, #FC0478);