#df433c
a balanced, vivid red · warm · closest name: tomato
RGB
223, 67, 60
HSL
3°, 72%, 56%
CMYK
0, 70, 73, 13
Luminance
0.2003
Every format
| HEX | #df433c |
| RGB | rgb(223, 67, 60) |
| HSL | hsl(3, 72%, 56%) |
| CMYK | cmyk(0%, 70%, 73%, 13%) |
| LAB | lab(51.9 59.8 39.3) |
| LCH | lch(51.9 71.5 33.3) |
| OKLCH | oklch(0.608 0.194 27.2) |
Copy-ready code
/* CSS */
color: #df433c;
background-color: #df433c;
/* Tailwind (arbitrary) */
class="text-[#df433c] bg-[#df433c]"
/* SCSS */
$brand: #df433c;
/* SwiftUI */
Color(red: 0.875, green: 0.263, blue: 0.235)
/* Android */
Color.parseColor("#df433c")Accessibility — WCAG contrast
Aa
#df433c on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df433c on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green26.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow73.1%
Key (black)12.5%
Color previews
#df433c text on a black background
contrast 5.01:1
Card sample
#df433c text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df433c;
Background color
Panel with #df433c background
background-color: #df433c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df433c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 67, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 67, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df433c; background: linear-gradient(135deg, #df433c, #DFB03C);