#df0987
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 9, 135
HSL
325°, 92%, 46%
CMYK
0, 96, 40, 13
Luminance
0.1763
Every format
| HEX | #df0987 |
| RGB | rgb(223, 9, 135) |
| HSL | hsl(325, 92%, 46%) |
| CMYK | cmyk(0%, 96%, 40%, 13%) |
| LAB | lab(49.0 77.7 -9.5) |
| LCH | lch(49.0 78.2 353.1) |
| OKLCH | oklch(0.593 0.241 354.3) |
Copy-ready code
/* CSS */
color: #df0987;
background-color: #df0987;
/* Tailwind (arbitrary) */
class="text-[#df0987] bg-[#df0987]"
/* SCSS */
$brand: #df0987;
/* SwiftUI */
Color(red: 0.875, green: 0.035, blue: 0.529)
/* Android */
Color.parseColor("#df0987")Accessibility — WCAG contrast
Aa
#df0987 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0987 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green3.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow39.5%
Key (black)12.5%
Color previews
#df0987 text on a black background
contrast 4.53:1
Card sample
#df0987 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0987;
Background color
Panel with #df0987 background
background-color: #df0987;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0987;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 9, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 9, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0987; background: linear-gradient(135deg, #df0987, #DF1A09);