#df429d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 66, 157
HSL
325°, 71%, 57%
CMYK
0, 70, 30, 13
Luminance
0.2202
Every format
| HEX | #df429d |
| RGB | rgb(223, 66, 157) |
| HSL | hsl(325, 71%, 57%) |
| CMYK | cmyk(0%, 70%, 30%, 13%) |
| LAB | lab(54.0 67.9 -15.1) |
| LCH | lch(54.0 69.5 347.5) |
| OKLCH | oklch(0.632 0.211 349.2) |
Copy-ready code
/* CSS */
color: #df429d;
background-color: #df429d;
/* Tailwind (arbitrary) */
class="text-[#df429d] bg-[#df429d]"
/* SCSS */
$brand: #df429d;
/* SwiftUI */
Color(red: 0.875, green: 0.259, blue: 0.616)
/* Android */
Color.parseColor("#df429d")Accessibility — WCAG contrast
Aa
#df429d on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df429d on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green25.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta70.4%
Yellow29.6%
Key (black)12.5%
Color previews
#df429d text on a black background
contrast 5.40:1
Card sample
#df429d text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df429d;
Background color
Panel with #df429d background
background-color: #df429d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df429d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 66, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 66, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df429d; background: linear-gradient(135deg, #df429d, #DF5042);