#df5745
a balanced, vivid red · warm · closest name: tomato
RGB
223, 87, 69
HSL
7°, 71%, 57%
CMYK
0, 61, 69, 13
Luminance
0.2293
Every format
| HEX | #df5745 |
| RGB | rgb(223, 87, 69) |
| HSL | hsl(7, 71%, 57%) |
| CMYK | cmyk(0%, 61%, 69%, 13%) |
| LAB | lab(55.0 52.0 37.9) |
| LCH | lch(55.0 64.4 36.1) |
| OKLCH | oklch(0.632 0.174 30.2) |
Copy-ready code
/* CSS */
color: #df5745;
background-color: #df5745;
/* Tailwind (arbitrary) */
class="text-[#df5745] bg-[#df5745]"
/* SCSS */
$brand: #df5745;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.271)
/* Android */
Color.parseColor("#df5745")Accessibility — WCAG contrast
Aa
#df5745 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5745 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow69.1%
Key (black)12.5%
Color previews
#df5745 text on a black background
contrast 5.59:1
Card sample
#df5745 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5745;
Background color
Panel with #df5745 background
background-color: #df5745;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5745;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5745; background: linear-gradient(135deg, #df5745, #DFBE45);