#df7151
a balanced, vivid red · warm · closest name: salmon
RGB
223, 113, 81
HSL
14°, 69%, 60%
CMYK
0, 49, 64, 13
Luminance
0.2809
Every format
| HEX | #df7151 |
| RGB | rgb(223, 113, 81) |
| HSL | hsl(14, 69%, 60%) |
| CMYK | cmyk(0%, 49%, 64%, 13%) |
| LAB | lab(60.0 40.3 37.2) |
| LCH | lch(60.0 54.9 42.7) |
| OKLCH | oklch(0.670 0.145 37.1) |
Copy-ready code
/* CSS */
color: #df7151;
background-color: #df7151;
/* Tailwind (arbitrary) */
class="text-[#df7151] bg-[#df7151]"
/* SCSS */
$brand: #df7151;
/* SwiftUI */
Color(red: 0.875, green: 0.443, blue: 0.318)
/* Android */
Color.parseColor("#df7151")Accessibility — WCAG contrast
Aa
#df7151 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7151 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green44.3%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow63.7%
Key (black)12.5%
Color previews
#df7151 text on a black background
contrast 6.62:1
Card sample
#df7151 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7151;
Background color
Panel with #df7151 background
background-color: #df7151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 113, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 113, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7151; background: linear-gradient(135deg, #df7151, #DFD051);