#df362c
a balanced, vivid red · warm · closest name: tomato
RGB
223, 54, 44
HSL
3°, 74%, 52%
CMYK
0, 76, 80, 13
Luminance
0.1851
Every format
| HEX | #df362c |
| RGB | rgb(223, 54, 44) |
| HSL | hsl(3, 74%, 52%) |
| CMYK | cmyk(0%, 76%, 80%, 13%) |
| LAB | lab(50.1 63.6 46.1) |
| LCH | lch(50.1 78.6 35.9) |
| OKLCH | oklch(0.594 0.207 28.6) |
Copy-ready code
/* CSS */
color: #df362c;
background-color: #df362c;
/* Tailwind (arbitrary) */
class="text-[#df362c] bg-[#df362c]"
/* SCSS */
$brand: #df362c;
/* SwiftUI */
Color(red: 0.875, green: 0.212, blue: 0.173)
/* Android */
Color.parseColor("#df362c")Accessibility — WCAG contrast
Aa
#df362c on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df362c on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green21.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow80.3%
Key (black)12.5%
Color previews
#df362c text on a black background
contrast 4.70:1
Card sample
#df362c text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df362c;
Background color
Panel with #df362c background
background-color: #df362c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df362c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 54, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 54, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df362c; background: linear-gradient(135deg, #df362c, #DFAE2C);