#d4493f
a balanced, vivid red · warm · closest name: firebrick
RGB
212, 73, 63
HSL
4°, 63%, 54%
CMYK
0, 66, 70, 17
Luminance
0.1912
Every format
| HEX | #d4493f |
| RGB | rgb(212, 73, 63) |
| HSL | hsl(4, 63%, 54%) |
| CMYK | cmyk(0%, 66%, 70%, 17%) |
| LAB | lab(50.8 54.0 35.9) |
| LCH | lch(50.8 64.8 33.6) |
| OKLCH | oklch(0.597 0.177 27.8) |
Copy-ready code
/* CSS */
color: #d4493f;
background-color: #d4493f;
/* Tailwind (arbitrary) */
class="text-[#d4493f] bg-[#d4493f]"
/* SCSS */
$brand: #d4493f;
/* SwiftUI */
Color(red: 0.831, green: 0.286, blue: 0.247)
/* Android */
Color.parseColor("#d4493f")Accessibility — WCAG contrast
Aa
#d4493f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d4493f on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green28.6%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow70.3%
Key (black)16.9%
Color previews
#d4493f text on a black background
contrast 4.82:1
Card sample
#d4493f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4493f;
Background color
Panel with #d4493f background
background-color: #d4493f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4493f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 73, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 73, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4493f; background: linear-gradient(135deg, #d4493f, #D4AC3F);