#df548e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 84, 142
HSL
335°, 69%, 60%
CMYK
0, 62, 36, 13
Luminance
0.2398
Every format
| HEX | #df548e |
| RGB | rgb(223, 84, 142) |
| HSL | hsl(335, 69%, 60%) |
| CMYK | cmyk(0%, 62%, 36%, 13%) |
| LAB | lab(56.1 59.3 -3.2) |
| LCH | lch(56.1 59.3 356.9) |
| OKLCH | oklch(0.645 0.181 357.6) |
Copy-ready code
/* CSS */
color: #df548e;
background-color: #df548e;
/* Tailwind (arbitrary) */
class="text-[#df548e] bg-[#df548e]"
/* SCSS */
$brand: #df548e;
/* SwiftUI */
Color(red: 0.875, green: 0.329, blue: 0.557)
/* Android */
Color.parseColor("#df548e")Accessibility — WCAG contrast
Aa
#df548e on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df548e on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.9%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow36.3%
Key (black)12.5%
Color previews
#df548e text on a black background
contrast 5.80:1
Card sample
#df548e text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df548e;
Background color
Panel with #df548e background
background-color: #df548e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df548e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 84, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 84, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df548e; background: linear-gradient(135deg, #df548e, #DF7754);