#df079e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
223, 7, 158
HSL
318°, 94%, 45%
CMYK
0, 97, 29, 13
Luminance
0.1831
Every format
| HEX | #df079e |
| RGB | rgb(223, 7, 158) |
| HSL | hsl(318, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 29%, 13%) |
| LAB | lab(49.9 80.1 -22.0) |
| LCH | lch(49.9 83.1 344.6) |
| OKLCH | oklch(0.602 0.252 346.6) |
Copy-ready code
/* CSS */
color: #df079e;
background-color: #df079e;
/* Tailwind (arbitrary) */
class="text-[#df079e] bg-[#df079e]"
/* SCSS */
$brand: #df079e;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.620)
/* Android */
Color.parseColor("#df079e")Accessibility — WCAG contrast
Aa
#df079e on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df079e on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow29.1%
Key (black)12.5%
Color previews
#df079e text on a black background
contrast 4.66:1
Card sample
#df079e text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df079e;
Background color
Panel with #df079e background
background-color: #df079e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df079e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df079e; background: linear-gradient(135deg, #df079e, #DF070E);