#df04db
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 4, 219
HSL
301°, 97%, 45%
CMYK
0, 98, 2, 13
Luminance
0.2089
Every format
| HEX | #df04db |
| RGB | rgb(223, 4, 219) |
| HSL | hsl(301, 97%, 45%) |
| CMYK | cmyk(0%, 98%, 2%, 13%) |
| LAB | lab(52.8 87.9 -52.9) |
| LCH | lch(52.8 102.6 329.0) |
| OKLCH | oklch(0.632 0.288 329.3) |
Copy-ready code
/* CSS */
color: #df04db;
background-color: #df04db;
/* Tailwind (arbitrary) */
class="text-[#df04db] bg-[#df04db]"
/* SCSS */
$brand: #df04db;
/* SwiftUI */
Color(red: 0.875, green: 0.016, blue: 0.859)
/* Android */
Color.parseColor("#df04db")Accessibility — WCAG contrast
Aa
#df04db on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df04db on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow1.8%
Key (black)12.5%
Color previews
#df04db text on a black background
contrast 5.18:1
Card sample
#df04db text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df04db;
Background color
Panel with #df04db background
background-color: #df04db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df04db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 4, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 4, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df04db; background: linear-gradient(135deg, #df04db, #DF0449);