#df4ea4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 78, 164
HSL
324°, 69%, 59%
CMYK
0, 65, 27, 13
Luminance
0.2382
Every format
| HEX | #df4ea4 |
| RGB | rgb(223, 78, 164) |
| HSL | hsl(324, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 27%, 13%) |
| LAB | lab(55.9 64.3 -16.4) |
| LCH | lch(55.9 66.3 345.7) |
| OKLCH | oklch(0.646 0.200 347.5) |
Copy-ready code
/* CSS */
color: #df4ea4;
background-color: #df4ea4;
/* Tailwind (arbitrary) */
class="text-[#df4ea4] bg-[#df4ea4]"
/* SCSS */
$brand: #df4ea4;
/* SwiftUI */
Color(red: 0.875, green: 0.306, blue: 0.643)
/* Android */
Color.parseColor("#df4ea4")Accessibility — WCAG contrast
Aa
#df4ea4 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4ea4 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green30.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow26.5%
Key (black)12.5%
Color previews
#df4ea4 text on a black background
contrast 5.76:1
Card sample
#df4ea4 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4ea4;
Background color
Panel with #df4ea4 background
background-color: #df4ea4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4ea4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 78, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 78, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4ea4; background: linear-gradient(135deg, #df4ea4, #DF594E);