#df7656
a balanced, vivid red · warm · closest name: salmon
RGB
223, 118, 86
HSL
14°, 68%, 61%
CMYK
0, 47, 61, 13
Luminance
0.2932
Every format
| HEX | #df7656 |
| RGB | rgb(223, 118, 86) |
| HSL | hsl(14, 68%, 61%) |
| CMYK | cmyk(0%, 47%, 61%, 13%) |
| LAB | lab(61.1 38.1 35.9) |
| LCH | lch(61.1 52.3 43.3) |
| OKLCH | oklch(0.679 0.139 37.7) |
Copy-ready code
/* CSS */
color: #df7656;
background-color: #df7656;
/* Tailwind (arbitrary) */
class="text-[#df7656] bg-[#df7656]"
/* SCSS */
$brand: #df7656;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.337)
/* Android */
Color.parseColor("#df7656")Accessibility — WCAG contrast
Aa
#df7656 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7656 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow61.4%
Key (black)12.5%
Color previews
#df7656 text on a black background
contrast 6.86:1
Card sample
#df7656 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7656;
Background color
Panel with #df7656 background
background-color: #df7656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7656; background: linear-gradient(135deg, #df7656, #DFD156);