#df7161
a balanced, vivid red · warm · closest name: salmon
RGB
223, 113, 97
HSL
8°, 66%, 63%
CMYK
0, 49, 57, 13
Luminance
0.2836
Every format
| HEX | #df7161 |
| RGB | rgb(223, 113, 97) |
| HSL | hsl(8, 66%, 63%) |
| CMYK | cmyk(0%, 49%, 57%, 13%) |
| LAB | lab(60.2 41.4 28.7) |
| LCH | lch(60.2 50.4 34.7) |
| OKLCH | oklch(0.673 0.140 29.8) |
Copy-ready code
/* CSS */
color: #df7161;
background-color: #df7161;
/* Tailwind (arbitrary) */
class="text-[#df7161] bg-[#df7161]"
/* SCSS */
$brand: #df7161;
/* SwiftUI */
Color(red: 0.875, green: 0.443, blue: 0.380)
/* Android */
Color.parseColor("#df7161")Accessibility — WCAG contrast
Aa
#df7161 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7161 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.3%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow56.5%
Key (black)12.5%
Color previews
#df7161 text on a black background
contrast 6.67:1
Card sample
#df7161 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7161;
Background color
Panel with #df7161 background
background-color: #df7161;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7161;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 113, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 113, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7161; background: linear-gradient(135deg, #df7161, #DFC561);