#df463d
a balanced, vivid red · warm · closest name: tomato
RGB
223, 70, 61
HSL
3°, 72%, 56%
CMYK
0, 69, 73, 13
Luminance
0.2041
Every format
| HEX | #df463d |
| RGB | rgb(223, 70, 61) |
| HSL | hsl(3, 72%, 56%) |
| CMYK | cmyk(0%, 69%, 73%, 13%) |
| LAB | lab(52.3 58.7 39.2) |
| LCH | lch(52.3 70.6 33.8) |
| OKLCH | oklch(0.611 0.191 27.6) |
Copy-ready code
/* CSS */
color: #df463d;
background-color: #df463d;
/* Tailwind (arbitrary) */
class="text-[#df463d] bg-[#df463d]"
/* SCSS */
$brand: #df463d;
/* SwiftUI */
Color(red: 0.875, green: 0.275, blue: 0.239)
/* Android */
Color.parseColor("#df463d")Accessibility — WCAG contrast
Aa
#df463d on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df463d on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green27.5%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow72.6%
Key (black)12.5%
Color previews
#df463d text on a black background
contrast 5.08:1
Card sample
#df463d text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df463d;
Background color
Panel with #df463d background
background-color: #df463d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df463d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 70, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 70, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df463d; background: linear-gradient(135deg, #df463d, #DFB23D);