#df0776
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 7, 118
HSL
329°, 94%, 45%
CMYK
0, 97, 47, 13
Luminance
0.1715
Every format
| HEX | #df0776 |
| RGB | rgb(223, 7, 118) |
| HSL | hsl(329, 94%, 45%) |
| CMYK | cmyk(0%, 97%, 47%, 13%) |
| LAB | lab(48.5 76.4 0.0) |
| LCH | lch(48.5 76.4 0.0) |
| OKLCH | oklch(0.587 0.235 0.2) |
Copy-ready code
/* CSS */
color: #df0776;
background-color: #df0776;
/* Tailwind (arbitrary) */
class="text-[#df0776] bg-[#df0776]"
/* SCSS */
$brand: #df0776;
/* SwiftUI */
Color(red: 0.875, green: 0.027, blue: 0.463)
/* Android */
Color.parseColor("#df0776")Accessibility — WCAG contrast
Aa
#df0776 on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0776 on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green2.7%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta96.9%
Yellow47.1%
Key (black)12.5%
Color previews
#df0776 text on a black background
contrast 4.43:1
Card sample
#df0776 text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0776;
Background color
Panel with #df0776 background
background-color: #df0776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 7, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 7, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0776; background: linear-gradient(135deg, #df0776, #DF2807);