#df5d4f
a balanced, vivid red · warm · closest name: salmon
RGB
223, 93, 79
HSL
6°, 69%, 59%
CMYK
0, 58, 65, 13
Luminance
0.2408
Every format
| HEX | #df5d4f |
| RGB | rgb(223, 93, 79) |
| HSL | hsl(6, 69%, 59%) |
| CMYK | cmyk(0%, 58%, 65%, 13%) |
| LAB | lab(56.2 49.9 33.7) |
| LCH | lch(56.2 60.2 34.1) |
| OKLCH | oklch(0.641 0.166 28.7) |
Copy-ready code
/* CSS */
color: #df5d4f;
background-color: #df5d4f;
/* Tailwind (arbitrary) */
class="text-[#df5d4f] bg-[#df5d4f]"
/* SCSS */
$brand: #df5d4f;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.310)
/* Android */
Color.parseColor("#df5d4f")Accessibility — WCAG contrast
Aa
#df5d4f on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d4f on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow64.6%
Key (black)12.5%
Color previews
#df5d4f text on a black background
contrast 5.82:1
Card sample
#df5d4f text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d4f;
Background color
Panel with #df5d4f background
background-color: #df5d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d4f; background: linear-gradient(135deg, #df5d4f, #DFBD4F);