#df6553
a balanced, vivid red · warm · closest name: salmon
RGB
223, 101, 83
HSL
8°, 69%, 60%
CMYK
0, 55, 63, 13
Luminance
0.2562
Every format
| HEX | #df6553 |
| RGB | rgb(223, 101, 83) |
| HSL | hsl(8, 69%, 60%) |
| CMYK | cmyk(0%, 55%, 63%, 13%) |
| LAB | lab(57.7 46.4 33.3) |
| LCH | lch(57.7 57.1 35.7) |
| OKLCH | oklch(0.653 0.156 30.4) |
Copy-ready code
/* CSS */
color: #df6553;
background-color: #df6553;
/* Tailwind (arbitrary) */
class="text-[#df6553] bg-[#df6553]"
/* SCSS */
$brand: #df6553;
/* SwiftUI */
Color(red: 0.875, green: 0.396, blue: 0.325)
/* Android */
Color.parseColor("#df6553")Accessibility — WCAG contrast
Aa
#df6553 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6553 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green39.6%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow62.8%
Key (black)12.5%
Color previews
#df6553 text on a black background
contrast 6.12:1
Card sample
#df6553 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6553;
Background color
Panel with #df6553 background
background-color: #df6553;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6553;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 101, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 101, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6553; background: linear-gradient(135deg, #df6553, #DFC253);