#db04f9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
219, 4, 249
HSL
293°, 97%, 50%
CMYK
12, 98, 0, 2
Luminance
0.2199
Every format
| HEX | #db04f9 |
| RGB | rgb(219, 4, 249) |
| HSL | hsl(293, 97%, 50%) |
| CMYK | cmyk(12%, 98%, 0%, 2%) |
| LAB | lab(54.0 91.8 -68.0) |
| LCH | lch(54.0 114.2 323.5) |
| OKLCH | oklch(0.645 0.306 321.4) |
Copy-ready code
/* CSS */
color: #db04f9;
background-color: #db04f9;
/* Tailwind (arbitrary) */
class="text-[#db04f9] bg-[#db04f9]"
/* SCSS */
$brand: #db04f9;
/* SwiftUI */
Color(red: 0.859, green: 0.016, blue: 0.976)
/* Android */
Color.parseColor("#db04f9")Accessibility — WCAG contrast
Aa
#db04f9 on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#db04f9 on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green1.6%
Blue97.6%
CMYK percentages
Cyan12.0%
Magenta98.4%
Yellow0.0%
Key (black)2.4%
Color previews
#db04f9 text on a black background
contrast 5.40:1
Card sample
#db04f9 text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db04f9;
Background color
Panel with #db04f9 background
background-color: #db04f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db04f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 4, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 4, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db04f9; background: linear-gradient(135deg, #db04f9, #F90473);