#df4b5c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 75, 92
HSL
353°, 70%, 58%
CMYK
0, 66, 59, 13
Luminance
0.2149
Every format
| HEX | #df4b5c |
| RGB | rgb(223, 75, 92) |
| HSL | hsl(353, 70%, 58%) |
| CMYK | cmyk(0%, 66%, 59%, 13%) |
| LAB | lab(53.5 58.5 22.8) |
| LCH | lch(53.5 62.7 21.3) |
| OKLCH | oklch(0.622 0.183 17.7) |
Copy-ready code
/* CSS */
color: #df4b5c;
background-color: #df4b5c;
/* Tailwind (arbitrary) */
class="text-[#df4b5c] bg-[#df4b5c]"
/* SCSS */
$brand: #df4b5c;
/* SwiftUI */
Color(red: 0.875, green: 0.294, blue: 0.361)
/* Android */
Color.parseColor("#df4b5c")Accessibility — WCAG contrast
Aa
#df4b5c on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4b5c on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green29.4%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow58.7%
Key (black)12.5%
Color previews
#df4b5c text on a black background
contrast 5.30:1
Card sample
#df4b5c text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4b5c;
Background color
Panel with #df4b5c background
background-color: #df4b5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4b5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 75, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 75, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4b5c; background: linear-gradient(135deg, #df4b5c, #DF9D4B);