#df6049
a balanced, vivid red · warm · closest name: salmon
RGB
223, 96, 73
HSL
9°, 70%, 58%
CMYK
0, 57, 67, 13
Luminance
0.2453
Every format
| HEX | #df6049 |
| RGB | rgb(223, 96, 73) |
| HSL | hsl(9, 70%, 58%) |
| CMYK | cmyk(0%, 57%, 67%, 13%) |
| LAB | lab(56.6 48.1 37.6) |
| LCH | lch(56.6 61.1 38.0) |
| OKLCH | oklch(0.644 0.164 32.2) |
Copy-ready code
/* CSS */
color: #df6049;
background-color: #df6049;
/* Tailwind (arbitrary) */
class="text-[#df6049] bg-[#df6049]"
/* SCSS */
$brand: #df6049;
/* SwiftUI */
Color(red: 0.875, green: 0.376, blue: 0.286)
/* Android */
Color.parseColor("#df6049")Accessibility — WCAG contrast
Aa
#df6049 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6049 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow67.3%
Key (black)12.5%
Color previews
#df6049 text on a black background
contrast 5.91:1
Card sample
#df6049 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6049;
Background color
Panel with #df6049 background
background-color: #df6049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 96, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 96, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6049; background: linear-gradient(135deg, #df6049, #DFC449);