#df04ba
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 4, 186
HSL
310°, 97%, 45%
CMYK
0, 98, 17, 13
Luminance
0.1932
Every format
| HEX | #df04ba |
| RGB | rgb(223, 4, 186) |
| HSL | hsl(310, 97%, 45%) |
| CMYK | cmyk(0%, 98%, 17%, 13%) |
| LAB | lab(51.1 83.5 -36.7) |
| LCH | lch(51.1 91.3 336.3) |
| OKLCH | oklch(0.614 0.268 338.1) |
Copy-ready code
/* CSS */
color: #df04ba;
background-color: #df04ba;
/* Tailwind (arbitrary) */
class="text-[#df04ba] bg-[#df04ba]"
/* SCSS */
$brand: #df04ba;
/* SwiftUI */
Color(red: 0.875, green: 0.016, blue: 0.729)
/* Android */
Color.parseColor("#df04ba")Accessibility — WCAG contrast
Aa
#df04ba on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df04ba on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow16.6%
Key (black)12.5%
Color previews
#df04ba text on a black background
contrast 4.86:1
Card sample
#df04ba text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df04ba;
Background color
Panel with #df04ba background
background-color: #df04ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df04ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 4, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 4, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df04ba; background: linear-gradient(135deg, #df04ba, #DF0428);