#ba080e
a dark, electric red · warm · closest name: firebrick
RGB
186, 8, 14
HSL
358°, 92%, 38%
CMYK
0, 96, 93, 27
Luminance
0.1064
Every format
| HEX | #ba080e |
| RGB | rgb(186, 8, 14) |
| HSL | hsl(358, 92%, 38%) |
| CMYK | cmyk(0%, 96%, 93%, 27%) |
| LAB | lab(39.0 62.5 48.0) |
| LCH | lch(39.0 78.8 37.5) |
| OKLCH | oklch(0.498 0.200 28.1) |
Copy-ready code
/* CSS */
color: #ba080e;
background-color: #ba080e;
/* Tailwind (arbitrary) */
class="text-[#ba080e] bg-[#ba080e]"
/* SCSS */
$brand: #ba080e;
/* SwiftUI */
Color(red: 0.729, green: 0.031, blue: 0.055)
/* Android */
Color.parseColor("#ba080e")Accessibility — WCAG contrast
Aa
#ba080e on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba080e on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.1%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow92.5%
Key (black)27.1%
Color previews
#ba080e text on a black background
contrast 3.13:1
Card sample
#ba080e text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba080e;
Background color
Panel with #ba080e background
background-color: #ba080e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba080e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 8, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 8, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba080e; background: linear-gradient(135deg, #ba080e, #BA7908);