#ba381f
a dark, vivid red · warm · closest name: firebrick
RGB
186, 56, 31
HSL
10°, 71%, 43%
CMYK
0, 70, 83, 27
Luminance
0.1337
Every format
| HEX | #ba381f |
| RGB | rgb(186, 56, 31) |
| HSL | hsl(10, 71%, 43%) |
| CMYK | cmyk(0%, 70%, 83%, 27%) |
| LAB | lab(43.3 50.9 43.8) |
| LCH | lch(43.3 67.2 40.7) |
| OKLCH | oklch(0.531 0.171 32.9) |
Copy-ready code
/* CSS */
color: #ba381f;
background-color: #ba381f;
/* Tailwind (arbitrary) */
class="text-[#ba381f] bg-[#ba381f]"
/* SCSS */
$brand: #ba381f;
/* SwiftUI */
Color(red: 0.729, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#ba381f")Accessibility — WCAG contrast
Aa
#ba381f on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba381f on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow83.3%
Key (black)27.1%
Color previews
#ba381f text on a black background
contrast 3.67:1
Card sample
#ba381f text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba381f;
Background color
Panel with #ba381f background
background-color: #ba381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba381f; background: linear-gradient(135deg, #ba381f, #BA9F1F);