#df3d73
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 61, 115
HSL
340°, 72%, 56%
CMYK
0, 73, 48, 13
Luminance
0.2026
Every format
| HEX | #df3d73 |
| RGB | rgb(223, 61, 115) |
| HSL | hsl(340, 72%, 56%) |
| CMYK | cmyk(0%, 73%, 48%, 13%) |
| LAB | lab(52.1 65.3 7.2) |
| LCH | lch(52.1 65.7 6.3) |
| OKLCH | oklch(0.613 0.201 5.4) |
Copy-ready code
/* CSS */
color: #df3d73;
background-color: #df3d73;
/* Tailwind (arbitrary) */
class="text-[#df3d73] bg-[#df3d73]"
/* SCSS */
$brand: #df3d73;
/* SwiftUI */
Color(red: 0.875, green: 0.239, blue: 0.451)
/* Android */
Color.parseColor("#df3d73")Accessibility — WCAG contrast
Aa
#df3d73 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3d73 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green23.9%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow48.4%
Key (black)12.5%
Color previews
#df3d73 text on a black background
contrast 5.05:1
Card sample
#df3d73 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3d73;
Background color
Panel with #df3d73 background
background-color: #df3d73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3d73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 61, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 61, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3d73; background: linear-gradient(135deg, #df3d73, #DF733D);