#ba403f
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 64, 63
HSL
1°, 49%, 49%
CMYK
0, 66, 66, 27
Luminance
0.1446
Every format
| HEX | #ba403f |
| RGB | rgb(186, 64, 63) |
| HSL | hsl(1, 49%, 49%) |
| CMYK | cmyk(0%, 66%, 66%, 27%) |
| LAB | lab(44.9 49.0 27.7) |
| LCH | lch(44.9 56.3 29.5) |
| OKLCH | oklch(0.544 0.158 24.4) |
Copy-ready code
/* CSS */
color: #ba403f;
background-color: #ba403f;
/* Tailwind (arbitrary) */
class="text-[#ba403f] bg-[#ba403f]"
/* SCSS */
$brand: #ba403f;
/* SwiftUI */
Color(red: 0.729, green: 0.251, blue: 0.247)
/* Android */
Color.parseColor("#ba403f")Accessibility — WCAG contrast
Aa
#ba403f on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba403f on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow66.1%
Key (black)27.1%
Color previews
#ba403f text on a black background
contrast 3.89:1
Card sample
#ba403f text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba403f;
Background color
Panel with #ba403f background
background-color: #ba403f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba403f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 64, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 64, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba403f; background: linear-gradient(135deg, #ba403f, #BA923F);