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