#df04eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 4, 235
HSL
297°, 97%, 47%
CMYK
5, 98, 0, 8
Luminance
0.2177
Every format
| HEX | #df04eb |
| RGB | rgb(223, 4, 235) |
| HSL | hsl(297, 97%, 47%) |
| CMYK | cmyk(5%, 98%, 0%, 8%) |
| LAB | lab(53.8 90.2 -60.4) |
| LCH | lch(53.8 108.6 326.2) |
| OKLCH | oklch(0.642 0.298 325.5) |
Copy-ready code
/* CSS */
color: #df04eb;
background-color: #df04eb;
/* Tailwind (arbitrary) */
class="text-[#df04eb] bg-[#df04eb]"
/* SCSS */
$brand: #df04eb;
/* SwiftUI */
Color(red: 0.875, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#df04eb")Accessibility — WCAG contrast
Aa
#df04eb on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df04eb on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.6%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#df04eb text on a black background
contrast 5.35:1
Card sample
#df04eb text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df04eb;
Background color
Panel with #df04eb background
background-color: #df04eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df04eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df04eb; background: linear-gradient(135deg, #df04eb, #EB045D);