#df1271
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 18, 113
HSL
332°, 85%, 47%
CMYK
0, 92, 49, 13
Luminance
0.1731
Every format
| HEX | #df1271 |
| RGB | rgb(223, 18, 113) |
| HSL | hsl(332, 85%, 47%) |
| CMYK | cmyk(0%, 92%, 49%, 13%) |
| LAB | lab(48.7 75.0 3.4) |
| LCH | lch(48.7 75.0 2.6) |
| OKLCH | oklch(0.588 0.231 2.3) |
Copy-ready code
/* CSS */
color: #df1271;
background-color: #df1271;
/* Tailwind (arbitrary) */
class="text-[#df1271] bg-[#df1271]"
/* SCSS */
$brand: #df1271;
/* SwiftUI */
Color(red: 0.875, green: 0.071, blue: 0.443)
/* Android */
Color.parseColor("#df1271")Accessibility — WCAG contrast
Aa
#df1271 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df1271 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.1%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow49.3%
Key (black)12.5%
Color previews
#df1271 text on a black background
contrast 4.46:1
Card sample
#df1271 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df1271;
Background color
Panel with #df1271 background
background-color: #df1271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df1271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 18, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 18, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df1271; background: linear-gradient(135deg, #df1271, #DF3C12);