#df5c33
a balanced, vivid red · warm · closest name: tomato
RGB
223, 92, 51
HSL
14°, 73%, 54%
CMYK
0, 59, 77, 13
Luminance
0.2358
Every format
| HEX | #df5c33 |
| RGB | rgb(223, 92, 51) |
| HSL | hsl(14, 73%, 54%) |
| CMYK | cmyk(0%, 59%, 77%, 13%) |
| LAB | lab(55.7 49.0 48.1) |
| LCH | lch(55.7 68.7 44.5) |
| OKLCH | oklch(0.636 0.173 37.5) |
Copy-ready code
/* CSS */
color: #df5c33;
background-color: #df5c33;
/* Tailwind (arbitrary) */
class="text-[#df5c33] bg-[#df5c33]"
/* SCSS */
$brand: #df5c33;
/* SwiftUI */
Color(red: 0.875, green: 0.361, blue: 0.200)
/* Android */
Color.parseColor("#df5c33")Accessibility — WCAG contrast
Aa
#df5c33 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df5c33 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green36.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow77.1%
Key (black)12.5%
Color previews
#df5c33 text on a black background
contrast 5.72:1
Card sample
#df5c33 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df5c33;
Background color
Panel with #df5c33 background
background-color: #df5c33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df5c33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 92, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 92, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df5c33; background: linear-gradient(135deg, #df5c33, #DFCF33);