#df474c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 71, 76
HSL
358°, 70%, 58%
CMYK
0, 68, 66, 13
Luminance
0.2072
Every format
| HEX | #df474c |
| RGB | rgb(223, 71, 76) |
| HSL | hsl(358, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 66%, 13%) |
| LAB | lab(52.6 59.0 31.1) |
| LCH | lch(52.6 66.7 27.8) |
| OKLCH | oklch(0.615 0.188 22.9) |
Copy-ready code
/* CSS */
color: #df474c;
background-color: #df474c;
/* Tailwind (arbitrary) */
class="text-[#df474c] bg-[#df474c]"
/* SCSS */
$brand: #df474c;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.298)
/* Android */
Color.parseColor("#df474c")Accessibility — WCAG contrast
Aa
#df474c on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df474c on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow65.9%
Key (black)12.5%
Color previews
#df474c text on a black background
contrast 5.14:1
Card sample
#df474c text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df474c;
Background color
Panel with #df474c background
background-color: #df474c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df474c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df474c; background: linear-gradient(135deg, #df474c, #DFA747);