#ba482f
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 72, 47
HSL
11°, 60%, 46%
CMYK
0, 61, 75, 27
Luminance
0.1528
Every format
| HEX | #ba482f |
| RGB | rgb(186, 72, 47) |
| HSL | hsl(11, 60%, 46%) |
| CMYK | cmyk(0%, 61%, 75%, 27%) |
| LAB | lab(46.0 44.6 38.2) |
| LCH | lch(46.0 58.7 40.5) |
| OKLCH | oklch(0.552 0.153 33.9) |
Copy-ready code
/* CSS */
color: #ba482f;
background-color: #ba482f;
/* Tailwind (arbitrary) */
class="text-[#ba482f] bg-[#ba482f]"
/* SCSS */
$brand: #ba482f;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.184)
/* Android */
Color.parseColor("#ba482f")Accessibility — WCAG contrast
Aa
#ba482f on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba482f on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow74.7%
Key (black)27.1%
Color previews
#ba482f text on a black background
contrast 4.06:1
Card sample
#ba482f text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba482f;
Background color
Panel with #ba482f background
background-color: #ba482f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba482f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba482f; background: linear-gradient(135deg, #ba482f, #BAA52F);