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