#df5372
a balanced, vivid red · warm · closest name: salmon
RGB
223, 83, 114
HSL
347°, 69%, 60%
CMYK
0, 63, 49, 13
Luminance
0.2309
Every format
| HEX | #df5372 |
| RGB | rgb(223, 83, 114) |
| HSL | hsl(347, 69%, 60%) |
| CMYK | cmyk(0%, 63%, 49%, 13%) |
| LAB | lab(55.2 56.9 12.0) |
| LCH | lch(55.2 58.1 12.0) |
| OKLCH | oklch(0.636 0.175 10.2) |
Copy-ready code
/* CSS */
color: #df5372;
background-color: #df5372;
/* Tailwind (arbitrary) */
class="text-[#df5372] bg-[#df5372]"
/* SCSS */
$brand: #df5372;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.447)
/* Android */
Color.parseColor("#df5372")Accessibility — WCAG contrast
Aa
#df5372 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5372 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow48.9%
Key (black)12.5%
Color previews
#df5372 text on a black background
contrast 5.62:1
Card sample
#df5372 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5372;
Background color
Panel with #df5372 background
background-color: #df5372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5372; background: linear-gradient(135deg, #df5372, #DF9153);