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