#ba3e49
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 62, 73
HSL
355°, 50%, 49%
CMYK
0, 67, 61, 27
Luminance
0.1437
Every format
| HEX | #ba3e49 |
| RGB | rgb(186, 62, 73) |
| HSL | hsl(355, 50%, 49%) |
| CMYK | cmyk(0%, 67%, 61%, 27%) |
| LAB | lab(44.8 50.5 21.5) |
| LCH | lch(44.8 54.9 23.1) |
| OKLCH | oklch(0.543 0.159 19.2) |
Copy-ready code
/* CSS */
color: #ba3e49;
background-color: #ba3e49;
/* Tailwind (arbitrary) */
class="text-[#ba3e49] bg-[#ba3e49]"
/* SCSS */
$brand: #ba3e49;
/* SwiftUI */
Color(red: 0.729, green: 0.243, blue: 0.286)
/* Android */
Color.parseColor("#ba3e49")Accessibility — WCAG contrast
Aa
#ba3e49 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3e49 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green24.3%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow60.8%
Key (black)27.1%
Color previews
#ba3e49 text on a black background
contrast 3.87:1
Card sample
#ba3e49 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3e49;
Background color
Panel with #ba3e49 background
background-color: #ba3e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 62, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 62, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3e49; background: linear-gradient(135deg, #ba3e49, #BA863E);