#df7654
a balanced, vivid red · warm · closest name: salmon
RGB
223, 118, 84
HSL
15°, 69%, 60%
CMYK
0, 47, 62, 13
Luminance
0.2928
Every format
| HEX | #df7654 |
| RGB | rgb(223, 118, 84) |
| HSL | hsl(15, 69%, 60%) |
| CMYK | cmyk(0%, 47%, 62%, 13%) |
| LAB | lab(61.0 37.9 36.9) |
| LCH | lch(61.0 52.9 44.2) |
| OKLCH | oklch(0.678 0.140 38.6) |
Copy-ready code
/* CSS */
color: #df7654;
background-color: #df7654;
/* Tailwind (arbitrary) */
class="text-[#df7654] bg-[#df7654]"
/* SCSS */
$brand: #df7654;
/* SwiftUI */
Color(red: 0.875, green: 0.463, blue: 0.329)
/* Android */
Color.parseColor("#df7654")Accessibility — WCAG contrast
Aa
#df7654 on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df7654 on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green46.3%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow62.3%
Key (black)12.5%
Color previews
#df7654 text on a black background
contrast 6.86:1
Card sample
#df7654 text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7654;
Background color
Panel with #df7654 background
background-color: #df7654;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7654;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 118, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 118, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7654; background: linear-gradient(135deg, #df7654, #DFD354);