#d4543f
a balanced, vivid red · warm · closest name: firebrick
RGB
212, 84, 63
HSL
9°, 63%, 54%
CMYK
0, 60, 70, 17
Luminance
0.2070
Every format
| HEX | #d4543f |
| RGB | rgb(212, 84, 63) |
| HSL | hsl(9, 63%, 54%) |
| CMYK | cmyk(0%, 60%, 70%, 17%) |
| LAB | lab(52.6 49.2 38.0) |
| LCH | lch(52.6 62.2 37.7) |
| OKLCH | oklch(0.610 0.166 31.6) |
Copy-ready code
/* CSS */
color: #d4543f;
background-color: #d4543f;
/* Tailwind (arbitrary) */
class="text-[#d4543f] bg-[#d4543f]"
/* SCSS */
$brand: #d4543f;
/* SwiftUI */
Color(red: 0.831, green: 0.329, blue: 0.247)
/* Android */
Color.parseColor("#d4543f")Accessibility — WCAG contrast
Aa
#d4543f on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d4543f on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green32.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow70.3%
Key (black)16.9%
Color previews
#d4543f text on a black background
contrast 5.14:1
Card sample
#d4543f text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4543f;
Background color
Panel with #d4543f background
background-color: #d4543f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4543f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 84, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 84, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4543f; background: linear-gradient(135deg, #d4543f, #D4B73F);