#df038d
a dark, electric magenta / pink · warm · closest name: orchid
RGB
223, 3, 141
HSL
322°, 97%, 44%
CMYK
0, 99, 37, 13
Luminance
0.1768
Every format
| HEX | #df038d |
| RGB | rgb(223, 3, 141) |
| HSL | hsl(322, 97%, 44%) |
| CMYK | cmyk(0%, 99%, 37%, 13%) |
| LAB | lab(49.1 78.7 -13.0) |
| LCH | lch(49.1 79.8 350.6) |
| OKLCH | oklch(0.594 0.245 352.1) |
Copy-ready code
/* CSS */
color: #df038d;
background-color: #df038d;
/* Tailwind (arbitrary) */
class="text-[#df038d] bg-[#df038d]"
/* SCSS */
$brand: #df038d;
/* SwiftUI */
Color(red: 0.875, green: 0.012, blue: 0.553)
/* Android */
Color.parseColor("#df038d")Accessibility — WCAG contrast
Aa
#df038d on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df038d on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green1.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta98.7%
Yellow36.8%
Key (black)12.5%
Color previews
#df038d text on a black background
contrast 4.54:1
Card sample
#df038d text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df038d;
Background color
Panel with #df038d background
background-color: #df038d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df038d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 3, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 3, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df038d; background: linear-gradient(135deg, #df038d, #DF0C03);