#df325e
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
223, 50, 94
HSL
345°, 73%, 54%
CMYK
0, 78, 58, 13
Luminance
0.1878
Every format
| HEX | #df325e |
| RGB | rgb(223, 50, 94) |
| HSL | hsl(345, 73%, 54%) |
| CMYK | cmyk(0%, 78%, 58%, 13%) |
| LAB | lab(50.4 67.2 17.5) |
| LCH | lch(50.4 69.4 14.6) |
| OKLCH | oklch(0.599 0.207 12.1) |
Copy-ready code
/* CSS */
color: #df325e;
background-color: #df325e;
/* Tailwind (arbitrary) */
class="text-[#df325e] bg-[#df325e]"
/* SCSS */
$brand: #df325e;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.369)
/* Android */
Color.parseColor("#df325e")Accessibility — WCAG contrast
Aa
#df325e on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df325e on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow57.8%
Key (black)12.5%
Color previews
#df325e text on a black background
contrast 4.76:1
Card sample
#df325e text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df325e;
Background color
Panel with #df325e background
background-color: #df325e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df325e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df325e; background: linear-gradient(135deg, #df325e, #DF7932);