#df354c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 53, 76
HSL
352°, 73%, 54%
CMYK
0, 76, 66, 13
Luminance
0.1876
Every format
| HEX | #df354c |
| RGB | rgb(223, 53, 76) |
| HSL | hsl(352, 73%, 54%) |
| CMYK | cmyk(0%, 76%, 66%, 13%) |
| LAB | lab(50.4 65.2 28.3) |
| LCH | lch(50.4 71.1 23.4) |
| OKLCH | oklch(0.598 0.204 19.1) |
Copy-ready code
/* CSS */
color: #df354c;
background-color: #df354c;
/* Tailwind (arbitrary) */
class="text-[#df354c] bg-[#df354c]"
/* SCSS */
$brand: #df354c;
/* SwiftUI */
Color(red: 0.875, green: 0.208, blue: 0.298)
/* Android */
Color.parseColor("#df354c")Accessibility — WCAG contrast
Aa
#df354c on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df354c on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green20.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow65.9%
Key (black)12.5%
Color previews
#df354c text on a black background
contrast 4.75:1
Card sample
#df354c text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df354c;
Background color
Panel with #df354c background
background-color: #df354c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df354c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 53, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 53, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df354c; background: linear-gradient(135deg, #df354c, #DF8F35);