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