#df7451
a balanced, vivid red · warm · closest name: salmon
RGB
223, 116, 81
HSL
15°, 69%, 60%
CMYK
0, 48, 64, 13
Luminance
0.2877
Every format
| HEX | #df7451 |
| RGB | rgb(223, 116, 81) |
| HSL | hsl(15, 69%, 60%) |
| CMYK | cmyk(0%, 48%, 64%, 13%) |
| LAB | lab(60.6 38.8 38.0) |
| LCH | lch(60.6 54.3 44.4) |
| OKLCH | oklch(0.675 0.142 38.7) |
Copy-ready code
/* CSS */
color: #df7451;
background-color: #df7451;
/* Tailwind (arbitrary) */
class="text-[#df7451] bg-[#df7451]"
/* SCSS */
$brand: #df7451;
/* SwiftUI */
Color(red: 0.875, green: 0.455, blue: 0.318)
/* Android */
Color.parseColor("#df7451")Accessibility — WCAG contrast
Aa
#df7451 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7451 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green45.5%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow63.7%
Key (black)12.5%
Color previews
#df7451 text on a black background
contrast 6.75:1
Card sample
#df7451 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7451;
Background color
Panel with #df7451 background
background-color: #df7451;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7451;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 116, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 116, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7451; background: linear-gradient(135deg, #df7451, #DFD351);