#df2e5b
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 46, 91
HSL
345°, 73%, 53%
CMYK
0, 79, 59, 13
Luminance
0.1840
Every format
| HEX | #df2e5b |
| RGB | rgb(223, 46, 91) |
| HSL | hsl(345, 73%, 53%) |
| CMYK | cmyk(0%, 79%, 59%, 13%) |
| LAB | lab(50.0 68.1 18.7) |
| LCH | lch(50.0 70.6 15.3) |
| OKLCH | oklch(0.596 0.210 12.7) |
Copy-ready code
/* CSS */
color: #df2e5b;
background-color: #df2e5b;
/* Tailwind (arbitrary) */
class="text-[#df2e5b] bg-[#df2e5b]"
/* SCSS */
$brand: #df2e5b;
/* SwiftUI */
Color(red: 0.875, green: 0.180, blue: 0.357)
/* Android */
Color.parseColor("#df2e5b")Accessibility — WCAG contrast
Aa
#df2e5b on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df2e5b on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green18.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow59.2%
Key (black)12.5%
Color previews
#df2e5b text on a black background
contrast 4.68:1
Card sample
#df2e5b text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df2e5b;
Background color
Panel with #df2e5b background
background-color: #df2e5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df2e5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 46, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 46, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df2e5b; background: linear-gradient(135deg, #df2e5b, #DF772E);