#df375c
a balanced, vivid red · warm · closest name: crimson
RGB
223, 55, 92
HSL
347°, 72%, 55%
CMYK
0, 75, 59, 13
Luminance
0.1919
Every format
| HEX | #df375c |
| RGB | rgb(223, 55, 92) |
| HSL | hsl(347, 72%, 55%) |
| CMYK | cmyk(0%, 75%, 59%, 13%) |
| LAB | lab(50.9 65.6 19.4) |
| LCH | lch(50.9 68.4 16.4) |
| OKLCH | oklch(0.603 0.203 13.6) |
Copy-ready code
/* CSS */
color: #df375c;
background-color: #df375c;
/* Tailwind (arbitrary) */
class="text-[#df375c] bg-[#df375c]"
/* SCSS */
$brand: #df375c;
/* SwiftUI */
Color(red: 0.875, green: 0.216, blue: 0.361)
/* Android */
Color.parseColor("#df375c")Accessibility — WCAG contrast
Aa
#df375c on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df375c on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.6%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow58.7%
Key (black)12.5%
Color previews
#df375c text on a black background
contrast 4.84:1
Card sample
#df375c text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df375c;
Background color
Panel with #df375c background
background-color: #df375c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df375c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 55, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 55, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df375c; background: linear-gradient(135deg, #df375c, #DF8237);