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