#df4f5e
a balanced, vivid red · warm · closest name: salmon
RGB
223, 79, 94
HSL
354°, 69%, 59%
CMYK
0, 65, 58, 13
Luminance
0.2209
Every format
| HEX | #df4f5e |
| RGB | rgb(223, 79, 94) |
| HSL | hsl(354, 69%, 59%) |
| CMYK | cmyk(0%, 65%, 58%, 13%) |
| LAB | lab(54.1 57.0 22.4) |
| LCH | lch(54.1 61.2 21.5) |
| OKLCH | oklch(0.627 0.179 17.9) |
Copy-ready code
/* CSS */
color: #df4f5e;
background-color: #df4f5e;
/* Tailwind (arbitrary) */
class="text-[#df4f5e] bg-[#df4f5e]"
/* SCSS */
$brand: #df4f5e;
/* SwiftUI */
Color(red: 0.875, green: 0.310, blue: 0.369)
/* Android */
Color.parseColor("#df4f5e")Accessibility — WCAG contrast
Aa
#df4f5e on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4f5e on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green31.0%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta64.6%
Yellow57.8%
Key (black)12.5%
Color previews
#df4f5e text on a black background
contrast 5.42:1
Card sample
#df4f5e text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4f5e;
Background color
Panel with #df4f5e background
background-color: #df4f5e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4f5e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 79, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 79, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4f5e; background: linear-gradient(135deg, #df4f5e, #DFA04F);