#df115d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 17, 93
HSL
338°, 86%, 47%
CMYK
0, 92, 58, 13
Luminance
0.1688
Every format
| HEX | #df115d |
| RGB | rgb(223, 17, 93) |
| HSL | hsl(338, 86%, 47%) |
| CMYK | cmyk(0%, 92%, 58%, 13%) |
| LAB | lab(48.1 73.7 14.9) |
| LCH | lch(48.1 75.2 11.5) |
| OKLCH | oklch(0.582 0.227 9.5) |
Copy-ready code
/* CSS */
color: #df115d;
background-color: #df115d;
/* Tailwind (arbitrary) */
class="text-[#df115d] bg-[#df115d]"
/* SCSS */
$brand: #df115d;
/* SwiftUI */
Color(red: 0.875, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#df115d")Accessibility — WCAG contrast
Aa
#df115d on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df115d on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green6.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow58.3%
Key (black)12.5%
Color previews
#df115d text on a black background
contrast 4.38:1
Card sample
#df115d text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df115d;
Background color
Panel with #df115d background
background-color: #df115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df115d; background: linear-gradient(135deg, #df115d, #DF4F11);