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