#ba271f
a dark, vivid red · warm · closest name: firebrick
RGB
186, 39, 31
HSL
3°, 71%, 43%
CMYK
0, 79, 83, 27
Luminance
0.1199
Every format
| HEX | #ba271f |
| RGB | rgb(186, 39, 31) |
| HSL | hsl(3, 71%, 43%) |
| CMYK | cmyk(0%, 79%, 83%, 27%) |
| LAB | lab(41.2 56.8 41.8) |
| LCH | lch(41.2 70.5 36.4) |
| OKLCH | oklch(0.515 0.184 28.7) |
Copy-ready code
/* CSS */
color: #ba271f;
background-color: #ba271f;
/* Tailwind (arbitrary) */
class="text-[#ba271f] bg-[#ba271f]"
/* SCSS */
$brand: #ba271f;
/* SwiftUI */
Color(red: 0.729, green: 0.153, blue: 0.122)
/* Android */
Color.parseColor("#ba271f")Accessibility — WCAG contrast
Aa
#ba271f on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba271f on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green15.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta79.0%
Yellow83.3%
Key (black)27.1%
Color previews
#ba271f text on a black background
contrast 3.40:1
Card sample
#ba271f text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba271f;
Background color
Panel with #ba271f background
background-color: #ba271f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba271f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 39, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 39, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba271f; background: linear-gradient(135deg, #ba271f, #BA8E1F);