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