#df5461
a balanced, vivid red · warm · closest name: salmon
RGB
223, 84, 97
HSL
354°, 69%, 60%
CMYK
0, 62, 57, 13
Luminance
0.2289
Every format
| HEX | #df5461 |
| RGB | rgb(223, 84, 97) |
| HSL | hsl(354, 69%, 60%) |
| CMYK | cmyk(0%, 62%, 57%, 13%) |
| LAB | lab(55.0 55.1 21.8) |
| LCH | lch(55.0 59.2 21.6) |
| OKLCH | oklch(0.633 0.173 18.1) |
Copy-ready code
/* CSS */
color: #df5461;
background-color: #df5461;
/* Tailwind (arbitrary) */
class="text-[#df5461] bg-[#df5461]"
/* SCSS */
$brand: #df5461;
/* SwiftUI */
Color(red: 0.875, green: 0.329, blue: 0.380)
/* Android */
Color.parseColor("#df5461")Accessibility — WCAG contrast
Aa
#df5461 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5461 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.9%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow56.5%
Key (black)12.5%
Color previews
#df5461 text on a black background
contrast 5.58:1
Card sample
#df5461 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5461;
Background color
Panel with #df5461 background
background-color: #df5461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 84, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 84, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5461; background: linear-gradient(135deg, #df5461, #DFA454);