#df039d
a dark, electric magenta / pink · warm · closest name: orchid
RGB
223, 3, 157
HSL
318°, 97%, 44%
CMYK
0, 99, 30, 13
Luminance
0.1819
Every format
| HEX | #df039d |
| RGB | rgb(223, 3, 157) |
| HSL | hsl(318, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 30%, 13%) |
| LAB | lab(49.7 80.3 -21.7) |
| LCH | lch(49.7 83.2 344.9) |
| OKLCH | oklch(0.600 0.252 346.9) |
Copy-ready code
/* CSS */
color: #df039d;
background-color: #df039d;
/* Tailwind (arbitrary) */
class="text-[#df039d] bg-[#df039d]"
/* SCSS */
$brand: #df039d;
/* SwiftUI */
Color(red: 0.875, green: 0.012, blue: 0.616)
/* Android */
Color.parseColor("#df039d")Accessibility — WCAG contrast
Aa
#df039d on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df039d on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.2%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow29.6%
Key (black)12.5%
Color previews
#df039d text on a black background
contrast 4.64:1
Card sample
#df039d text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df039d;
Background color
Panel with #df039d background
background-color: #df039d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df039d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 3, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 3, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df039d; background: linear-gradient(135deg, #df039d, #DF030A);