#ba293f
a dark, vivid red · warm · closest name: firebrick
RGB
186, 41, 63
HSL
351°, 64%, 45%
CMYK
0, 78, 66, 27
Luminance
0.1238
Every format
| HEX | #ba293f |
| RGB | rgb(186, 41, 63) |
| HSL | hsl(351, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 66%, 27%) |
| LAB | lab(41.8 57.5 23.9) |
| LCH | lch(41.8 62.2 22.5) |
| OKLCH | oklch(0.521 0.180 18.4) |
Copy-ready code
/* CSS */
color: #ba293f;
background-color: #ba293f;
/* Tailwind (arbitrary) */
class="text-[#ba293f] bg-[#ba293f]"
/* SCSS */
$brand: #ba293f;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.247)
/* Android */
Color.parseColor("#ba293f")Accessibility — WCAG contrast
Aa
#ba293f on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba293f on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow66.1%
Key (black)27.1%
Color previews
#ba293f text on a black background
contrast 3.48:1
Card sample
#ba293f text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba293f;
Background color
Panel with #ba293f background
background-color: #ba293f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba293f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba293f; background: linear-gradient(135deg, #ba293f, #BA7429);