#df03d2
a dark, electric magenta / pink · warm · closest name: magenta
RGB
223, 3, 210
HSL
304°, 97%, 44%
CMYK
0, 99, 6, 13
Luminance
0.2041
Every format
| HEX | #df03d2 |
| RGB | rgb(223, 3, 210) |
| HSL | hsl(304, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 6%, 13%) |
| LAB | lab(52.3 86.7 -48.6) |
| LCH | lch(52.3 99.4 330.7) |
| OKLCH | oklch(0.627 0.283 331.6) |
Copy-ready code
/* CSS */
color: #df03d2;
background-color: #df03d2;
/* Tailwind (arbitrary) */
class="text-[#df03d2] bg-[#df03d2]"
/* SCSS */
$brand: #df03d2;
/* SwiftUI */
Color(red: 0.875, green: 0.012, blue: 0.824)
/* Android */
Color.parseColor("#df03d2")Accessibility — WCAG contrast
Aa
#df03d2 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df03d2 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow5.8%
Key (black)12.5%
Color previews
#df03d2 text on a black background
contrast 5.08:1
Card sample
#df03d2 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df03d2;
Background color
Panel with #df03d2 background
background-color: #df03d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df03d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 3, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 3, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df03d2; background: linear-gradient(135deg, #df03d2, #DF0340);