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