#df5641
a balanced, vivid red · warm · closest name: tomato
RGB
223, 86, 65
HSL
8°, 71%, 57%
CMYK
0, 61, 71, 13
Luminance
0.2273
Every format
| HEX | #df5641 |
| RGB | rgb(223, 86, 65) |
| HSL | hsl(8, 71%, 57%) |
| CMYK | cmyk(0%, 61%, 71%, 13%) |
| LAB | lab(54.8 52.3 39.9) |
| LCH | lch(54.8 65.7 37.3) |
| OKLCH | oklch(0.630 0.175 31.2) |
Copy-ready code
/* CSS */
color: #df5641;
background-color: #df5641;
/* Tailwind (arbitrary) */
class="text-[#df5641] bg-[#df5641]"
/* SCSS */
$brand: #df5641;
/* SwiftUI */
Color(red: 0.875, green: 0.337, blue: 0.255)
/* Android */
Color.parseColor("#df5641")Accessibility — WCAG contrast
Aa
#df5641 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5641 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green33.7%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow70.9%
Key (black)12.5%
Color previews
#df5641 text on a black background
contrast 5.55:1
Card sample
#df5641 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5641;
Background color
Panel with #df5641 background
background-color: #df5641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 86, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 86, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5641; background: linear-gradient(135deg, #df5641, #DFBF41);