#df508d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 80, 141
HSL
334°, 69%, 59%
CMYK
0, 64, 37, 13
Luminance
0.2335
Every format
| HEX | #df508d |
| RGB | rgb(223, 80, 141) |
| HSL | hsl(334, 69%, 59%) |
| CMYK | cmyk(0%, 64%, 37%, 13%) |
| LAB | lab(55.4 60.8 -3.6) |
| LCH | lch(55.4 60.9 356.6) |
| OKLCH | oklch(0.640 0.186 357.4) |
Copy-ready code
/* CSS */
color: #df508d;
background-color: #df508d;
/* Tailwind (arbitrary) */
class="text-[#df508d] bg-[#df508d]"
/* SCSS */
$brand: #df508d;
/* SwiftUI */
Color(red: 0.875, green: 0.314, blue: 0.553)
/* Android */
Color.parseColor("#df508d")Accessibility — WCAG contrast
Aa
#df508d on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df508d on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.4%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow36.8%
Key (black)12.5%
Color previews
#df508d text on a black background
contrast 5.67:1
Card sample
#df508d text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df508d;
Background color
Panel with #df508d background
background-color: #df508d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df508d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 80, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 80, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df508d; background: linear-gradient(135deg, #df508d, #DF7250);