#ba3213
a dark, electric red · warm · closest name: firebrick
RGB
186, 50, 19
HSL
11°, 82%, 40%
CMYK
0, 73, 90, 27
Luminance
0.1277
Every format
| HEX | #ba3213 |
| RGB | rgb(186, 50, 19) |
| HSL | hsl(11, 82%, 40%) |
| CMYK | cmyk(0%, 73%, 90%, 27%) |
| LAB | lab(42.4 52.9 48.4) |
| LCH | lch(42.4 71.7 42.5) |
| OKLCH | oklch(0.524 0.177 33.7) |
Copy-ready code
/* CSS */
color: #ba3213;
background-color: #ba3213;
/* Tailwind (arbitrary) */
class="text-[#ba3213] bg-[#ba3213]"
/* SCSS */
$brand: #ba3213;
/* SwiftUI */
Color(red: 0.729, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#ba3213")Accessibility — WCAG contrast
Aa
#ba3213 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3213 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow89.8%
Key (black)27.1%
Color previews
#ba3213 text on a black background
contrast 3.55:1
Card sample
#ba3213 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3213;
Background color
Panel with #ba3213 background
background-color: #ba3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3213; background: linear-gradient(135deg, #ba3213, #BAA113);