#b94521
a dark, vivid red · warm · closest name: firebrick
RGB
185, 69, 33
HSL
14°, 70%, 43%
CMYK
0, 63, 82, 28
Luminance
0.1468
Every format
| HEX | #b94521 |
| RGB | rgb(185, 69, 33) |
| HSL | hsl(14, 70%, 43%) |
| CMYK | cmyk(0%, 63%, 82%, 28%) |
| LAB | lab(45.2 45.1 44.5) |
| LCH | lch(45.2 63.4 44.6) |
| OKLCH | oklch(0.545 0.158 37.1) |
Copy-ready code
/* CSS */
color: #b94521;
background-color: #b94521;
/* Tailwind (arbitrary) */
class="text-[#b94521] bg-[#b94521]"
/* SCSS */
$brand: #b94521;
/* SwiftUI */
Color(red: 0.725, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#b94521")Accessibility — WCAG contrast
Aa
#b94521 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b94521 on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow82.2%
Key (black)27.5%
Color previews
#b94521 text on a black background
contrast 3.94:1
Card sample
#b94521 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b94521;
Background color
Panel with #b94521 background
background-color: #b94521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b94521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b94521; background: linear-gradient(135deg, #b94521, #B9AA21);