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