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