#ba442f
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 68, 47
HSL
9°, 60%, 46%
CMYK
0, 63, 75, 27
Luminance
0.1478
Every format
| HEX | #ba442f |
| RGB | rgb(186, 68, 47) |
| HSL | hsl(9, 60%, 46%) |
| CMYK | cmyk(0%, 63%, 75%, 27%) |
| LAB | lab(45.3 46.5 37.4) |
| LCH | lch(45.3 59.6 38.9) |
| OKLCH | oklch(0.546 0.157 32.3) |
Copy-ready code
/* CSS */
color: #ba442f;
background-color: #ba442f;
/* Tailwind (arbitrary) */
class="text-[#ba442f] bg-[#ba442f]"
/* SCSS */
$brand: #ba442f;
/* SwiftUI */
Color(red: 0.729, green: 0.267, blue: 0.184)
/* Android */
Color.parseColor("#ba442f")Accessibility — WCAG contrast
Aa
#ba442f on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba442f on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green26.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow74.7%
Key (black)27.1%
Color previews
#ba442f text on a black background
contrast 3.96:1
Card sample
#ba442f text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba442f;
Background color
Panel with #ba442f background
background-color: #ba442f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba442f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 68, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 68, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba442f; background: linear-gradient(135deg, #ba442f, #BAA12F);