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