#df5673
a balanced, vivid red · warm · closest name: salmon
RGB
223, 86, 115
HSL
347°, 68%, 61%
CMYK
0, 61, 48, 13
Luminance
0.2358
Every format
| HEX | #df5673 |
| RGB | rgb(223, 86, 115) |
| HSL | hsl(347, 68%, 61%) |
| CMYK | cmyk(0%, 61%, 48%, 13%) |
| LAB | lab(55.7 55.7 12.2) |
| LCH | lch(55.7 57.0 12.3) |
| OKLCH | oklch(0.640 0.172 10.5) |
Copy-ready code
/* CSS */
color: #df5673;
background-color: #df5673;
/* Tailwind (arbitrary) */
class="text-[#df5673] bg-[#df5673]"
/* SCSS */
$brand: #df5673;
/* SwiftUI */
Color(red: 0.875, green: 0.337, blue: 0.451)
/* Android */
Color.parseColor("#df5673")Accessibility — WCAG contrast
Aa
#df5673 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5673 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green33.7%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow48.4%
Key (black)12.5%
Color previews
#df5673 text on a black background
contrast 5.72:1
Card sample
#df5673 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5673;
Background color
Panel with #df5673 background
background-color: #df5673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 86, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 86, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5673; background: linear-gradient(135deg, #df5673, #DF9456);