#df145c
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
223, 20, 92
HSL
339°, 84%, 48%
CMYK
0, 91, 59, 13
Luminance
0.1696
Every format
| HEX | #df145c |
| RGB | rgb(223, 20, 92) |
| HSL | hsl(339, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 59%, 13%) |
| LAB | lab(48.2 73.3 15.7) |
| LCH | lch(48.2 74.9 12.1) |
| OKLCH | oklch(0.583 0.226 10.0) |
Copy-ready code
/* CSS */
color: #df145c;
background-color: #df145c;
/* Tailwind (arbitrary) */
class="text-[#df145c] bg-[#df145c]"
/* SCSS */
$brand: #df145c;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.361)
/* Android */
Color.parseColor("#df145c")Accessibility — WCAG contrast
Aa
#df145c on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#df145c on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow58.7%
Key (black)12.5%
Color previews
#df145c text on a black background
contrast 4.39:1
Card sample
#df145c text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df145c;
Background color
Panel with #df145c background
background-color: #df145c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df145c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df145c; background: linear-gradient(135deg, #df145c, #DF5314);