#df6f5b
a balanced, vivid red · warm · closest name: salmon
RGB
223, 111, 91
HSL
9°, 67%, 62%
CMYK
0, 50, 59, 13
Luminance
0.2781
Every format
| HEX | #df6f5b |
| RGB | rgb(223, 111, 91) |
| HSL | hsl(9, 67%, 62%) |
| CMYK | cmyk(0%, 50%, 59%, 13%) |
| LAB | lab(59.7 42.0 31.4) |
| LCH | lch(59.7 52.4 36.8) |
| OKLCH | oklch(0.669 0.144 31.6) |
Copy-ready code
/* CSS */
color: #df6f5b;
background-color: #df6f5b;
/* Tailwind (arbitrary) */
class="text-[#df6f5b] bg-[#df6f5b]"
/* SCSS */
$brand: #df6f5b;
/* SwiftUI */
Color(red: 0.875, green: 0.435, blue: 0.357)
/* Android */
Color.parseColor("#df6f5b")Accessibility — WCAG contrast
Aa
#df6f5b on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df6f5b on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green43.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow59.2%
Key (black)12.5%
Color previews
#df6f5b text on a black background
contrast 6.56:1
Card sample
#df6f5b text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df6f5b;
Background color
Panel with #df6f5b background
background-color: #df6f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df6f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 111, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 111, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df6f5b; background: linear-gradient(135deg, #df6f5b, #DFC75B);