#df0d49
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 13, 73
HSL
343°, 89%, 46%
CMYK
0, 94, 67, 13
Luminance
0.1646
Every format
| HEX | #df0d49 |
| RGB | rgb(223, 13, 73) |
| HSL | hsl(343, 89%, 46%) |
| CMYK | cmyk(0%, 94%, 67%, 13%) |
| LAB | lab(47.6 73.0 26.5) |
| LCH | lch(47.6 77.7 20.0) |
| OKLCH | oklch(0.577 0.227 16.0) |
Copy-ready code
/* CSS */
color: #df0d49;
background-color: #df0d49;
/* Tailwind (arbitrary) */
class="text-[#df0d49] bg-[#df0d49]"
/* SCSS */
$brand: #df0d49;
/* SwiftUI */
Color(red: 0.875, green: 0.051, blue: 0.286)
/* Android */
Color.parseColor("#df0d49")Accessibility — WCAG contrast
Aa
#df0d49 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df0d49 on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green5.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow67.3%
Key (black)12.5%
Color previews
#df0d49 text on a black background
contrast 4.29:1
Card sample
#df0d49 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df0d49;
Background color
Panel with #df0d49 background
background-color: #df0d49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df0d49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 13, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 13, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df0d49; background: linear-gradient(135deg, #df0d49, #DF5D0D);