#df1c76
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 28, 118
HSL
332°, 78%, 49%
CMYK
0, 87, 47, 13
Luminance
0.1783
Every format
| HEX | #df1c76 |
| RGB | rgb(223, 28, 118) |
| HSL | hsl(332, 78%, 49%) |
| CMYK | cmyk(0%, 87%, 47%, 13%) |
| LAB | lab(49.3 73.9 1.2) |
| LCH | lch(49.3 73.9 1.0) |
| OKLCH | oklch(0.593 0.228 1.0) |
Copy-ready code
/* CSS */
color: #df1c76;
background-color: #df1c76;
/* Tailwind (arbitrary) */
class="text-[#df1c76] bg-[#df1c76]"
/* SCSS */
$brand: #df1c76;
/* SwiftUI */
Color(red: 0.875, green: 0.110, blue: 0.463)
/* Android */
Color.parseColor("#df1c76")Accessibility — WCAG contrast
Aa
#df1c76 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1c76 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green11.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow47.1%
Key (black)12.5%
Color previews
#df1c76 text on a black background
contrast 4.57:1
Card sample
#df1c76 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1c76;
Background color
Panel with #df1c76 background
background-color: #df1c76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1c76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 28, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 28, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1c76; background: linear-gradient(135deg, #df1c76, #DF441C);