#df04ce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 4, 206
HSL
305°, 97%, 45%
CMYK
0, 98, 8, 13
Luminance
0.2023
Every format
| HEX | #df04ce |
| RGB | rgb(223, 4, 206) |
| HSL | hsl(305, 97%, 45%) |
| CMYK | cmyk(0%, 98%, 8%, 13%) |
| LAB | lab(52.1 86.1 -46.6) |
| LCH | lch(52.1 98.0 331.6) |
| OKLCH | oklch(0.625 0.280 332.6) |
Copy-ready code
/* CSS */
color: #df04ce;
background-color: #df04ce;
/* Tailwind (arbitrary) */
class="text-[#df04ce] bg-[#df04ce]"
/* SCSS */
$brand: #df04ce;
/* SwiftUI */
Color(red: 0.875, green: 0.016, blue: 0.808)
/* Android */
Color.parseColor("#df04ce")Accessibility — WCAG contrast
Aa
#df04ce on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df04ce on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow7.6%
Key (black)12.5%
Color previews
#df04ce text on a black background
contrast 5.05:1
Card sample
#df04ce text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df04ce;
Background color
Panel with #df04ce background
background-color: #df04ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df04ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 4, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 4, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df04ce; background: linear-gradient(135deg, #df04ce, #DF043C);