#df2d73
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 45, 115
HSL
336°, 74%, 53%
CMYK
0, 80, 48, 13
Luminance
0.1880
Every format
| HEX | #df2d73 |
| RGB | rgb(223, 45, 115) |
| HSL | hsl(336, 74%, 53%) |
| CMYK | cmyk(0%, 80%, 48%, 13%) |
| LAB | lab(50.5 70.1 4.8) |
| LCH | lch(50.5 70.2 3.9) |
| OKLCH | oklch(0.601 0.215 3.4) |
Copy-ready code
/* CSS */
color: #df2d73;
background-color: #df2d73;
/* Tailwind (arbitrary) */
class="text-[#df2d73] bg-[#df2d73]"
/* SCSS */
$brand: #df2d73;
/* SwiftUI */
Color(red: 0.875, green: 0.176, blue: 0.451)
/* Android */
Color.parseColor("#df2d73")Accessibility — WCAG contrast
Aa
#df2d73 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2d73 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green17.6%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow48.4%
Key (black)12.5%
Color previews
#df2d73 text on a black background
contrast 4.76:1
Card sample
#df2d73 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2d73;
Background color
Panel with #df2d73 background
background-color: #df2d73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2d73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 45, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 45, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2d73; background: linear-gradient(135deg, #df2d73, #DF5D2D);