#df5d94
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 93, 148
HSL
335°, 67%, 62%
CMYK
0, 58, 34, 13
Luminance
0.2565
Every format
| HEX | #df5d94 |
| RGB | rgb(223, 93, 148) |
| HSL | hsl(335, 67%, 62%) |
| CMYK | cmyk(0%, 58%, 34%, 13%) |
| LAB | lab(57.7 56.0 -4.3) |
| LCH | lch(57.7 56.2 355.6) |
| OKLCH | oklch(0.658 0.171 356.4) |
Copy-ready code
/* CSS */
color: #df5d94;
background-color: #df5d94;
/* Tailwind (arbitrary) */
class="text-[#df5d94] bg-[#df5d94]"
/* SCSS */
$brand: #df5d94;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.580)
/* Android */
Color.parseColor("#df5d94")Accessibility — WCAG contrast
Aa
#df5d94 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d94 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow33.6%
Key (black)12.5%
Color previews
#df5d94 text on a black background
contrast 6.13:1
Card sample
#df5d94 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d94;
Background color
Panel with #df5d94 background
background-color: #df5d94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d94; background: linear-gradient(135deg, #df5d94, #DF7D5D);