#df498e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 73, 142
HSL
332°, 70%, 58%
CMYK
0, 67, 36, 13
Luminance
0.2241
Every format
| HEX | #df498e |
| RGB | rgb(223, 73, 142) |
| HSL | hsl(332, 70%, 58%) |
| CMYK | cmyk(0%, 67%, 36%, 13%) |
| LAB | lab(54.5 63.7 -5.6) |
| LCH | lch(54.5 63.9 355.0) |
| OKLCH | oklch(0.633 0.195 355.9) |
Copy-ready code
/* CSS */
color: #df498e;
background-color: #df498e;
/* Tailwind (arbitrary) */
class="text-[#df498e] bg-[#df498e]"
/* SCSS */
$brand: #df498e;
/* SwiftUI */
Color(red: 0.875, green: 0.286, blue: 0.557)
/* Android */
Color.parseColor("#df498e")Accessibility — WCAG contrast
Aa
#df498e on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df498e on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green28.6%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta67.3%
Yellow36.3%
Key (black)12.5%
Color previews
#df498e text on a black background
contrast 5.48:1
Card sample
#df498e text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df498e;
Background color
Panel with #df498e background
background-color: #df498e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df498e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 73, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 73, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df498e; background: linear-gradient(135deg, #df498e, #DF6849);