#ba4b2f
a balanced, vivid red · warm · closest name: sienna
RGB
186, 75, 47
HSL
12°, 60%, 46%
CMYK
0, 60, 75, 27
Luminance
0.1568
Every format
| HEX | #ba4b2f |
| RGB | rgb(186, 75, 47) |
| HSL | hsl(12, 60%, 46%) |
| CMYK | cmyk(0%, 60%, 75%, 27%) |
| LAB | lab(46.5 43.2 38.8) |
| LCH | lch(46.5 58.0 41.9) |
| OKLCH | oklch(0.556 0.150 35.3) |
Copy-ready code
/* CSS */
color: #ba4b2f;
background-color: #ba4b2f;
/* Tailwind (arbitrary) */
class="text-[#ba4b2f] bg-[#ba4b2f]"
/* SCSS */
$brand: #ba4b2f;
/* SwiftUI */
Color(red: 0.729, green: 0.294, blue: 0.184)
/* Android */
Color.parseColor("#ba4b2f")Accessibility — WCAG contrast
Aa
#ba4b2f on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba4b2f on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow74.7%
Key (black)27.1%
Color previews
#ba4b2f text on a black background
contrast 4.14:1
Card sample
#ba4b2f text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4b2f;
Background color
Panel with #ba4b2f background
background-color: #ba4b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 75, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 75, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4b2f; background: linear-gradient(135deg, #ba4b2f, #BAA82F);