#df007c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
223, 0, 124
HSL
327°, 100%, 44%
CMYK
0, 100, 44, 13
Luminance
0.1714
Every format
| HEX | #df007c |
| RGB | rgb(223, 0, 124) |
| HSL | hsl(327, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 44%, 13%) |
| LAB | lab(48.5 77.4 -3.7) |
| LCH | lch(48.5 77.5 357.3) |
| OKLCH | oklch(0.587 0.239 357.9) |
Copy-ready code
/* CSS */
color: #df007c;
background-color: #df007c;
/* Tailwind (arbitrary) */
class="text-[#df007c] bg-[#df007c]"
/* SCSS */
$brand: #df007c;
/* SwiftUI */
Color(red: 0.875, green: 0.000, blue: 0.486)
/* Android */
Color.parseColor("#df007c")Accessibility — WCAG contrast
Aa
#df007c on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df007c on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.0%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow44.4%
Key (black)12.5%
Color previews
#df007c text on a black background
contrast 4.43:1
Card sample
#df007c text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df007c;
Background color
Panel with #df007c background
background-color: #df007c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df007c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 0, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 0, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df007c; background: linear-gradient(135deg, #df007c, #DF1900);