#df5d45
a balanced, vivid red · warm · closest name: tomato
RGB
223, 93, 69
HSL
9°, 71%, 57%
CMYK
0, 58, 69, 13
Luminance
0.2395
Every format
| HEX | #df5d45 |
| RGB | rgb(223, 93, 69) |
| HSL | hsl(9, 71%, 57%) |
| CMYK | cmyk(0%, 58%, 69%, 13%) |
| LAB | lab(56.0 49.3 39.1) |
| LCH | lch(56.0 62.9 38.4) |
| OKLCH | oklch(0.640 0.168 32.4) |
Copy-ready code
/* CSS */
color: #df5d45;
background-color: #df5d45;
/* Tailwind (arbitrary) */
class="text-[#df5d45] bg-[#df5d45]"
/* SCSS */
$brand: #df5d45;
/* SwiftUI */
Color(red: 0.875, green: 0.365, blue: 0.271)
/* Android */
Color.parseColor("#df5d45")Accessibility — WCAG contrast
Aa
#df5d45 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5d45 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.5%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow69.1%
Key (black)12.5%
Color previews
#df5d45 text on a black background
contrast 5.79:1
Card sample
#df5d45 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5d45;
Background color
Panel with #df5d45 background
background-color: #df5d45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5d45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 93, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 93, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5d45; background: linear-gradient(135deg, #df5d45, #DFC445);