#df2f5e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 47, 94
HSL
344°, 73%, 53%
CMYK
0, 79, 58, 13
Luminance
0.1853
Every format
| HEX | #df2f5e |
| RGB | rgb(223, 47, 94) |
| HSL | hsl(344, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 58%, 13%) |
| LAB | lab(50.1 68.0 17.1) |
| LCH | lch(50.1 70.1 14.1) |
| OKLCH | oklch(0.597 0.210 11.7) |
Copy-ready code
/* CSS */
color: #df2f5e;
background-color: #df2f5e;
/* Tailwind (arbitrary) */
class="text-[#df2f5e] bg-[#df2f5e]"
/* SCSS */
$brand: #df2f5e;
/* SwiftUI */
Color(red: 0.875, green: 0.184, blue: 0.369)
/* Android */
Color.parseColor("#df2f5e")Accessibility — WCAG contrast
Aa
#df2f5e on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2f5e on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.4%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow57.8%
Key (black)12.5%
Color previews
#df2f5e text on a black background
contrast 4.71:1
Card sample
#df2f5e text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2f5e;
Background color
Panel with #df2f5e background
background-color: #df2f5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2f5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 47, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 47, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2f5e; background: linear-gradient(135deg, #df2f5e, #DF752F);