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