#ba462f
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 70, 47
HSL
10°, 60%, 46%
CMYK
0, 62, 75, 27
Luminance
0.1502
Every format
| HEX | #ba462f |
| RGB | rgb(186, 70, 47) |
| HSL | hsl(10, 60%, 46%) |
| CMYK | cmyk(0%, 62%, 75%, 27%) |
| LAB | lab(45.7 45.5 37.8) |
| LCH | lch(45.7 59.2 39.7) |
| OKLCH | oklch(0.549 0.155 33.1) |
Copy-ready code
/* CSS */
color: #ba462f;
background-color: #ba462f;
/* Tailwind (arbitrary) */
class="text-[#ba462f] bg-[#ba462f]"
/* SCSS */
$brand: #ba462f;
/* SwiftUI */
Color(red: 0.729, green: 0.275, blue: 0.184)
/* Android */
Color.parseColor("#ba462f")Accessibility — WCAG contrast
Aa
#ba462f on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba462f on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green27.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow74.7%
Key (black)27.1%
Color previews
#ba462f text on a black background
contrast 4.00:1
Card sample
#ba462f text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba462f;
Background color
Panel with #ba462f background
background-color: #ba462f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba462f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 70, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 70, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba462f; background: linear-gradient(135deg, #ba462f, #BAA32F);