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