#df5733
a balanced, vivid red · warm · closest name: tomato
RGB
223, 87, 51
HSL
13°, 73%, 54%
CMYK
0, 61, 77, 13
Luminance
0.2274
Every format
| HEX | #df5733 |
| RGB | rgb(223, 87, 51) |
| HSL | hsl(13, 73%, 54%) |
| CMYK | cmyk(0%, 61%, 77%, 13%) |
| LAB | lab(54.8 51.2 47.2) |
| LCH | lch(54.8 69.7 42.7) |
| OKLCH | oklch(0.630 0.178 35.7) |
Copy-ready code
/* CSS */
color: #df5733;
background-color: #df5733;
/* Tailwind (arbitrary) */
class="text-[#df5733] bg-[#df5733]"
/* SCSS */
$brand: #df5733;
/* SwiftUI */
Color(red: 0.875, green: 0.341, blue: 0.200)
/* Android */
Color.parseColor("#df5733")Accessibility — WCAG contrast
Aa
#df5733 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5733 on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green34.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow77.1%
Key (black)12.5%
Color previews
#df5733 text on a black background
contrast 5.55:1
Card sample
#df5733 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5733;
Background color
Panel with #df5733 background
background-color: #df5733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 87, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 87, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5733; background: linear-gradient(135deg, #df5733, #DFCA33);