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