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