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