#df475c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 71, 92
HSL
352°, 70%, 58%
CMYK
0, 68, 59, 13
Luminance
0.2097
Every format
| HEX | #df475c |
| RGB | rgb(223, 71, 92) |
| HSL | hsl(352, 70%, 58%) |
| CMYK | cmyk(0%, 68%, 59%, 13%) |
| LAB | lab(52.9 60.0 22.0) |
| LCH | lch(52.9 63.9 20.1) |
| OKLCH | oklch(0.618 0.188 16.7) |
Copy-ready code
/* CSS */
color: #df475c;
background-color: #df475c;
/* Tailwind (arbitrary) */
class="text-[#df475c] bg-[#df475c]"
/* SCSS */
$brand: #df475c;
/* SwiftUI */
Color(red: 0.875, green: 0.278, blue: 0.361)
/* Android */
Color.parseColor("#df475c")Accessibility — WCAG contrast
Aa
#df475c on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df475c on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow58.7%
Key (black)12.5%
Color previews
#df475c text on a black background
contrast 5.19:1
Card sample
#df475c text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df475c;
Background color
Panel with #df475c background
background-color: #df475c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df475c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 71, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 71, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df475c; background: linear-gradient(135deg, #df475c, #DF9747);