#df324c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 50, 76
HSL
351°, 73%, 54%
CMYK
0, 78, 66, 13
Luminance
0.1849
Every format
| HEX | #df324c |
| RGB | rgb(223, 50, 76) |
| HSL | hsl(351, 73%, 54%) |
| CMYK | cmyk(0%, 78%, 66%, 13%) |
| LAB | lab(50.1 66.1 27.9) |
| LCH | lch(50.1 71.8 22.9) |
| OKLCH | oklch(0.596 0.207 18.6) |
Copy-ready code
/* CSS */
color: #df324c;
background-color: #df324c;
/* Tailwind (arbitrary) */
class="text-[#df324c] bg-[#df324c]"
/* SCSS */
$brand: #df324c;
/* SwiftUI */
Color(red: 0.875, green: 0.196, blue: 0.298)
/* Android */
Color.parseColor("#df324c")Accessibility — WCAG contrast
Aa
#df324c on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df324c on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green19.6%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta77.6%
Yellow65.9%
Key (black)12.5%
Color previews
#df324c text on a black background
contrast 4.70:1
Card sample
#df324c text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df324c;
Background color
Panel with #df324c background
background-color: #df324c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df324c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 50, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 50, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df324c; background: linear-gradient(135deg, #df324c, #DF8B32);