#df4538
a balanced, vivid red · warm · closest name: tomato
RGB
223, 69, 56
HSL
5°, 72%, 55%
CMYK
0, 69, 75, 13
Luminance
0.2023
Every format
| HEX | #df4538 |
| RGB | rgb(223, 69, 56) |
| HSL | hsl(5, 72%, 55%) |
| CMYK | cmyk(0%, 69%, 75%, 13%) |
| LAB | lab(52.1 58.9 41.8) |
| LCH | lch(52.1 72.2 35.4) |
| OKLCH | oklch(0.610 0.193 28.8) |
Copy-ready code
/* CSS */
color: #df4538;
background-color: #df4538;
/* Tailwind (arbitrary) */
class="text-[#df4538] bg-[#df4538]"
/* SCSS */
$brand: #df4538;
/* SwiftUI */
Color(red: 0.875, green: 0.271, blue: 0.220)
/* Android */
Color.parseColor("#df4538")Accessibility — WCAG contrast
Aa
#df4538 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df4538 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.1%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow74.9%
Key (black)12.5%
Color previews
#df4538 text on a black background
contrast 5.05:1
Card sample
#df4538 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df4538;
Background color
Panel with #df4538 background
background-color: #df4538;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df4538;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 69, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 69, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df4538; background: linear-gradient(135deg, #df4538, #DFB438);