#df7c5b
a balanced, vivid orange · warm · closest name: salmon
RGB
223, 124, 91
HSL
15°, 67%, 62%
CMYK
0, 44, 59, 13
Luminance
0.3086
Every format
| HEX | #df7c5b |
| RGB | rgb(223, 124, 91) |
| HSL | hsl(15, 67%, 62%) |
| CMYK | cmyk(0%, 44%, 59%, 13%) |
| LAB | lab(62.4 35.3 34.8) |
| LCH | lch(62.4 49.6 44.5) |
| OKLCH | oklch(0.689 0.132 39.1) |
Copy-ready code
/* CSS */
color: #df7c5b;
background-color: #df7c5b;
/* Tailwind (arbitrary) */
class="text-[#df7c5b] bg-[#df7c5b]"
/* SCSS */
$brand: #df7c5b;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.357)
/* Android */
Color.parseColor("#df7c5b")Accessibility — WCAG contrast
Aa
#df7c5b on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7c5b on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow59.2%
Key (black)12.5%
Color previews
#df7c5b text on a black background
contrast 7.17:1
Card sample
#df7c5b text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7c5b;
Background color
Panel with #df7c5b background
background-color: #df7c5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7c5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7c5b; background: linear-gradient(135deg, #df7c5b, #DFD45B);