#df534c
a balanced, vivid red · warm · closest name: tomato
RGB
223, 83, 76
HSL
3°, 70%, 59%
CMYK
0, 63, 66, 13
Luminance
0.2240
Every format
| HEX | #df534c |
| RGB | rgb(223, 83, 76) |
| HSL | hsl(3, 70%, 59%) |
| CMYK | cmyk(0%, 63%, 66%, 13%) |
| LAB | lab(54.5 54.1 33.3) |
| LCH | lch(54.5 63.6 31.6) |
| OKLCH | oklch(0.628 0.176 26.3) |
Copy-ready code
/* CSS */
color: #df534c;
background-color: #df534c;
/* Tailwind (arbitrary) */
class="text-[#df534c] bg-[#df534c]"
/* SCSS */
$brand: #df534c;
/* SwiftUI */
Color(red: 0.875, green: 0.325, blue: 0.298)
/* Android */
Color.parseColor("#df534c")Accessibility — WCAG contrast
Aa
#df534c on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df534c on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green32.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow65.9%
Key (black)12.5%
Color previews
#df534c text on a black background
contrast 5.48:1
Card sample
#df534c text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df534c;
Background color
Panel with #df534c background
background-color: #df534c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df534c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 83, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 83, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df534c; background: linear-gradient(135deg, #df534c, #DFB54C);