#df01c3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 1, 195
HSL
308°, 99%, 44%
CMYK
0, 100, 13, 13
Luminance
0.1965
Every format
| HEX | #df01c3 |
| RGB | rgb(223, 1, 195) |
| HSL | hsl(308, 99%, 44%) |
| CMYK | cmyk(0%, 100%, 13%, 13%) |
| LAB | lab(51.4 84.9 -41.3) |
| LCH | lch(51.4 94.4 334.0) |
| OKLCH | oklch(0.618 0.274 335.6) |
Copy-ready code
/* CSS */
color: #df01c3;
background-color: #df01c3;
/* Tailwind (arbitrary) */
class="text-[#df01c3] bg-[#df01c3]"
/* SCSS */
$brand: #df01c3;
/* SwiftUI */
Color(red: 0.875, green: 0.004, blue: 0.765)
/* Android */
Color.parseColor("#df01c3")Accessibility — WCAG contrast
Aa
#df01c3 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df01c3 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green0.4%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow12.6%
Key (black)12.5%
Color previews
#df01c3 text on a black background
contrast 4.93:1
Card sample
#df01c3 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df01c3;
Background color
Panel with #df01c3 background
background-color: #df01c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df01c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 1, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 1, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df01c3; background: linear-gradient(135deg, #df01c3, #DF012F);