#df5f4b
a balanced, vivid red · warm · closest name: salmon
RGB
223, 95, 75
HSL
8°, 70%, 58%
CMYK
0, 57, 66, 13
Luminance
0.2438
Every format
| HEX | #df5f4b |
| RGB | rgb(223, 95, 75) |
| HSL | hsl(8, 70%, 58%) |
| CMYK | cmyk(0%, 57%, 66%, 13%) |
| LAB | lab(56.5 48.7 36.3) |
| LCH | lch(56.5 60.8 36.7) |
| OKLCH | oklch(0.643 0.164 31.0) |
Copy-ready code
/* CSS */
color: #df5f4b;
background-color: #df5f4b;
/* Tailwind (arbitrary) */
class="text-[#df5f4b] bg-[#df5f4b]"
/* SCSS */
$brand: #df5f4b;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.294)
/* Android */
Color.parseColor("#df5f4b")Accessibility — WCAG contrast
Aa
#df5f4b on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5f4b on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow66.4%
Key (black)12.5%
Color previews
#df5f4b text on a black background
contrast 5.88:1
Card sample
#df5f4b text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5f4b;
Background color
Panel with #df5f4b background
background-color: #df5f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5f4b; background: linear-gradient(135deg, #df5f4b, #DFC24B);