#df4f9e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 79, 158
HSL
327°, 69%, 59%
CMYK
0, 65, 29, 13
Luminance
0.2375
Every format
| HEX | #df4f9e |
| RGB | rgb(223, 79, 158) |
| HSL | hsl(327, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 29%, 13%) |
| LAB | lab(55.8 63.2 -12.9) |
| LCH | lch(55.8 64.5 348.4) |
| OKLCH | oklch(0.645 0.195 350.0) |
Copy-ready code
/* CSS */
color: #df4f9e;
background-color: #df4f9e;
/* Tailwind (arbitrary) */
class="text-[#df4f9e] bg-[#df4f9e]"
/* SCSS */
$brand: #df4f9e;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.620)
/* Android */
Color.parseColor("#df4f9e")Accessibility — WCAG contrast
Aa
#df4f9e on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4f9e on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow29.1%
Key (black)12.5%
Color previews
#df4f9e text on a black background
contrast 5.75:1
Card sample
#df4f9e text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4f9e;
Background color
Panel with #df4f9e background
background-color: #df4f9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4f9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4f9e; background: linear-gradient(135deg, #df4f9e, #DF604F);