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