#b93a13
a dark, electric red · warm · closest name: firebrick
RGB
185, 58, 19
HSL
14°, 81%, 40%
CMYK
0, 69, 90, 28
Luminance
0.1339
Every format
| HEX | #b93a13 |
| RGB | rgb(185, 58, 19) |
| HSL | hsl(14, 81%, 40%) |
| CMYK | cmyk(0%, 69%, 90%, 28%) |
| LAB | lab(43.4 49.5 49.0) |
| LCH | lch(43.4 69.7 44.7) |
| OKLCH | oklch(0.530 0.170 36.1) |
Copy-ready code
/* CSS */
color: #b93a13;
background-color: #b93a13;
/* Tailwind (arbitrary) */
class="text-[#b93a13] bg-[#b93a13]"
/* SCSS */
$brand: #b93a13;
/* SwiftUI */
Color(red: 0.725, green: 0.227, blue: 0.075)
/* Android */
Color.parseColor("#b93a13")Accessibility — WCAG contrast
Aa
#b93a13 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93a13 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green22.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow89.7%
Key (black)27.5%
Color previews
#b93a13 text on a black background
contrast 3.68:1
Card sample
#b93a13 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93a13;
Background color
Panel with #b93a13 background
background-color: #b93a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 58, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 58, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93a13; background: linear-gradient(135deg, #b93a13, #B9A913);