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