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