#df5f5b
a balanced, vivid red · warm · closest name: salmon
RGB
223, 95, 91
HSL
2°, 67%, 62%
CMYK
0, 57, 59, 13
Luminance
0.2463
Every format
| HEX | #df5f5b |
| RGB | rgb(223, 95, 91) |
| HSL | hsl(2, 67%, 62%) |
| CMYK | cmyk(0%, 57%, 59%, 13%) |
| LAB | lab(56.7 49.7 27.6) |
| LCH | lch(56.7 56.9 29.0) |
| OKLCH | oklch(0.646 0.161 24.4) |
Copy-ready code
/* CSS */
color: #df5f5b;
background-color: #df5f5b;
/* Tailwind (arbitrary) */
class="text-[#df5f5b] bg-[#df5f5b]"
/* SCSS */
$brand: #df5f5b;
/* SwiftUI */
Color(red: 0.875, green: 0.373, blue: 0.357)
/* Android */
Color.parseColor("#df5f5b")Accessibility — WCAG contrast
Aa
#df5f5b on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5f5b on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green37.3%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow59.2%
Key (black)12.5%
Color previews
#df5f5b text on a black background
contrast 5.93:1
Card sample
#df5f5b text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5f5b;
Background color
Panel with #df5f5b background
background-color: #df5f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 95, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 95, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5f5b; background: linear-gradient(135deg, #df5f5b, #DFB75B);