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