#ba0313
a dark, electric red · warm · closest name: firebrick
RGB
186, 3, 19
HSL
355°, 97%, 37%
CMYK
0, 98, 90, 27
Luminance
0.1055
Every format
| HEX | #ba0313 |
| RGB | rgb(186, 3, 19) |
| HSL | hsl(355, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 90%, 27%) |
| LAB | lab(38.8 63.1 45.8) |
| LCH | lch(38.8 77.9 36.0) |
| OKLCH | oklch(0.497 0.201 27.1) |
Copy-ready code
/* CSS */
color: #ba0313;
background-color: #ba0313;
/* Tailwind (arbitrary) */
class="text-[#ba0313] bg-[#ba0313]"
/* SCSS */
$brand: #ba0313;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.075)
/* Android */
Color.parseColor("#ba0313")Accessibility — WCAG contrast
Aa
#ba0313 on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0313 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow89.8%
Key (black)27.1%
Color previews
#ba0313 text on a black background
contrast 3.11:1
Card sample
#ba0313 text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0313;
Background color
Panel with #ba0313 background
background-color: #ba0313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0313; background: linear-gradient(135deg, #ba0313, #BA6D03);