#df428d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 66, 141
HSL
331°, 71%, 57%
CMYK
0, 70, 37, 13
Luminance
0.2151
Every format
| HEX | #df428d |
| RGB | rgb(223, 66, 141) |
| HSL | hsl(331, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 37%, 13%) |
| LAB | lab(53.5 66.1 -6.4) |
| LCH | lch(53.5 66.4 354.5) |
| OKLCH | oklch(0.626 0.203 355.5) |
Copy-ready code
/* CSS */
color: #df428d;
background-color: #df428d;
/* Tailwind (arbitrary) */
class="text-[#df428d] bg-[#df428d]"
/* SCSS */
$brand: #df428d;
/* SwiftUI */
Color(red: 0.875, green: 0.259, blue: 0.553)
/* Android */
Color.parseColor("#df428d")Accessibility — WCAG contrast
Aa
#df428d on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df428d on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.9%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow36.8%
Key (black)12.5%
Color previews
#df428d text on a black background
contrast 5.30:1
Card sample
#df428d text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df428d;
Background color
Panel with #df428d background
background-color: #df428d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df428d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 66, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 66, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df428d; background: linear-gradient(135deg, #df428d, #DF6042);