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