#df6550
a balanced, vivid red · warm · closest name: salmon
RGB
223, 101, 80
HSL
9°, 69%, 59%
CMYK
0, 55, 64, 13
Luminance
0.2557
Every format
| HEX | #df6550 |
| RGB | rgb(223, 101, 80) |
| HSL | hsl(9, 69%, 59%) |
| CMYK | cmyk(0%, 55%, 64%, 13%) |
| LAB | lab(57.6 46.2 35.0) |
| LCH | lch(57.6 57.9 37.1) |
| OKLCH | oklch(0.652 0.157 31.6) |
Copy-ready code
/* CSS */
color: #df6550;
background-color: #df6550;
/* Tailwind (arbitrary) */
class="text-[#df6550] bg-[#df6550]"
/* SCSS */
$brand: #df6550;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.314)
/* Android */
Color.parseColor("#df6550")Accessibility — WCAG contrast
Aa
#df6550 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6550 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow64.1%
Key (black)12.5%
Color previews
#df6550 text on a black background
contrast 6.11:1
Card sample
#df6550 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6550;
Background color
Panel with #df6550 background
background-color: #df6550;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6550;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6550; background: linear-gradient(135deg, #df6550, #DFC450);