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