#b93721
a dark, vivid red · warm · closest name: firebrick
RGB
185, 55, 33
HSL
9°, 70%, 43%
CMYK
0, 70, 82, 28
Luminance
0.1316
Every format
| HEX | #b93721 |
| RGB | rgb(185, 55, 33) |
| HSL | hsl(9, 70%, 43%) |
| CMYK | cmyk(0%, 70%, 82%, 28%) |
| LAB | lab(43.0 51.0 42.4) |
| LCH | lch(43.0 66.4 39.7) |
| OKLCH | oklch(0.528 0.170 32.1) |
Copy-ready code
/* CSS */
color: #b93721;
background-color: #b93721;
/* Tailwind (arbitrary) */
class="text-[#b93721] bg-[#b93721]"
/* SCSS */
$brand: #b93721;
/* SwiftUI */
Color(red: 0.725, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#b93721")Accessibility — WCAG contrast
Aa
#b93721 on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93721 on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow82.2%
Key (black)27.5%
Color previews
#b93721 text on a black background
contrast 3.63:1
Card sample
#b93721 text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93721;
Background color
Panel with #b93721 background
background-color: #b93721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93721; background: linear-gradient(135deg, #b93721, #B99C21);