#d44f39
a balanced, vivid red · warm · closest name: firebrick
RGB
212, 79, 57
HSL
9°, 64%, 53%
CMYK
0, 63, 73, 17
Luminance
0.1988
Every format
| HEX | #d44f39 |
| RGB | rgb(212, 79, 57) |
| HSL | hsl(9, 64%, 53%) |
| CMYK | cmyk(0%, 63%, 73%, 17%) |
| LAB | lab(51.7 51.2 40.2) |
| LCH | lch(51.7 65.1 38.2) |
| OKLCH | oklch(0.603 0.172 31.8) |
Copy-ready code
/* CSS */
color: #d44f39;
background-color: #d44f39;
/* Tailwind (arbitrary) */
class="text-[#d44f39] bg-[#d44f39]"
/* SCSS */
$brand: #d44f39;
/* SwiftUI */
Color(red: 0.831, green: 0.310, blue: 0.224)
/* Android */
Color.parseColor("#d44f39")Accessibility — WCAG contrast
Aa
#d44f39 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d44f39 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green31.0%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow73.1%
Key (black)16.9%
Color previews
#d44f39 text on a black background
contrast 4.98:1
Card sample
#d44f39 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d44f39;
Background color
Panel with #d44f39 background
background-color: #d44f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d44f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 79, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 79, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d44f39; background: linear-gradient(135deg, #d44f39, #D4B639);