#ba161f
a dark, electric red · warm · closest name: firebrick
RGB
186, 22, 31
HSL
357°, 79%, 41%
CMYK
0, 88, 83, 27
Luminance
0.1111
Every format
| HEX | #ba161f |
| RGB | rgb(186, 22, 31) |
| HSL | hsl(357, 79%, 41%) |
| CMYK | cmyk(0%, 88%, 83%, 27%) |
| LAB | lab(39.8 60.8 40.5) |
| LCH | lch(39.8 73.1 33.7) |
| OKLCH | oklch(0.504 0.194 26.1) |
Copy-ready code
/* CSS */
color: #ba161f;
background-color: #ba161f;
/* Tailwind (arbitrary) */
class="text-[#ba161f] bg-[#ba161f]"
/* SCSS */
$brand: #ba161f;
/* SwiftUI */
Color(red: 0.729, green: 0.086, blue: 0.122)
/* Android */
Color.parseColor("#ba161f")Accessibility — WCAG contrast
Aa
#ba161f on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba161f on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green8.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow83.3%
Key (black)27.1%
Color previews
#ba161f text on a black background
contrast 3.22:1
Card sample
#ba161f text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba161f;
Background color
Panel with #ba161f background
background-color: #ba161f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba161f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 22, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 22, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba161f; background: linear-gradient(135deg, #ba161f, #BA7A16);