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