#ba072f
a dark, electric red · warm · closest name: firebrick
RGB
186, 7, 47
HSL
347°, 93%, 38%
CMYK
0, 96, 75, 27
Luminance
0.1080
Every format
| HEX | #ba072f |
| RGB | rgb(186, 7, 47) |
| HSL | hsl(347, 93%, 38%) |
| CMYK | cmyk(0%, 96%, 75%, 27%) |
| LAB | lab(39.2 63.4 30.6) |
| LCH | lch(39.2 70.4 25.8) |
| OKLCH | oklch(0.501 0.198 20.3) |
Copy-ready code
/* CSS */
color: #ba072f;
background-color: #ba072f;
/* Tailwind (arbitrary) */
class="text-[#ba072f] bg-[#ba072f]"
/* SCSS */
$brand: #ba072f;
/* SwiftUI */
Color(red: 0.729, green: 0.027, blue: 0.184)
/* Android */
Color.parseColor("#ba072f")Accessibility — WCAG contrast
Aa
#ba072f on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba072f on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green2.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow74.7%
Key (black)27.1%
Color previews
#ba072f text on a black background
contrast 3.16:1
Card sample
#ba072f text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba072f;
Background color
Panel with #ba072f background
background-color: #ba072f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba072f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 7, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 7, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba072f; background: linear-gradient(135deg, #ba072f, #BA5607);