#b93421
a dark, vivid red · warm · closest name: firebrick
RGB
185, 52, 33
HSL
8°, 70%, 43%
CMYK
0, 72, 82, 28
Luminance
0.1288
Every format
| HEX | #b93421 |
| RGB | rgb(185, 52, 33) |
| HSL | hsl(8, 70%, 43%) |
| CMYK | cmyk(0%, 72%, 82%, 28%) |
| LAB | lab(42.6 52.2 42.0) |
| LCH | lch(42.6 67.0 38.9) |
| OKLCH | oklch(0.525 0.173 31.3) |
Copy-ready code
/* CSS */
color: #b93421;
background-color: #b93421;
/* Tailwind (arbitrary) */
class="text-[#b93421] bg-[#b93421]"
/* SCSS */
$brand: #b93421;
/* SwiftUI */
Color(red: 0.725, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#b93421")Accessibility — WCAG contrast
Aa
#b93421 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93421 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow82.2%
Key (black)27.5%
Color previews
#b93421 text on a black background
contrast 3.58:1
Card sample
#b93421 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93421;
Background color
Panel with #b93421 background
background-color: #b93421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93421; background: linear-gradient(135deg, #b93421, #B99921);