#ba484f
a balanced, vivid red · warm · closest name: firebrick
RGB
186, 72, 79
HSL
356°, 45%, 51%
CMYK
0, 61, 58, 27
Luminance
0.1564
Every format
| HEX | #ba484f |
| RGB | rgb(186, 72, 79) |
| HSL | hsl(356, 45%, 51%) |
| CMYK | cmyk(0%, 61%, 58%, 27%) |
| LAB | lab(46.5 46.5 20.1) |
| LCH | lch(46.5 50.7 23.4) |
| OKLCH | oklch(0.557 0.147 19.6) |
Copy-ready code
/* CSS */
color: #ba484f;
background-color: #ba484f;
/* Tailwind (arbitrary) */
class="text-[#ba484f] bg-[#ba484f]"
/* SCSS */
$brand: #ba484f;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.310)
/* Android */
Color.parseColor("#ba484f")Accessibility — WCAG contrast
Aa
#ba484f on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba484f on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow57.5%
Key (black)27.1%
Color previews
#ba484f text on a black background
contrast 4.13:1
Card sample
#ba484f text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba484f;
Background color
Panel with #ba484f background
background-color: #ba484f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba484f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba484f; background: linear-gradient(135deg, #ba484f, #BA8D48);