#b34021
a dark, vivid red · warm · closest name: firebrick
RGB
179, 64, 33
HSL
13°, 69%, 42%
CMYK
0, 64, 82, 30
Luminance
0.1336
Every format
| HEX | #b34021 |
| RGB | rgb(179, 64, 33) |
| HSL | hsl(13, 69%, 42%) |
| CMYK | cmyk(0%, 64%, 82%, 30%) |
| LAB | lab(43.3 45.2 42.3) |
| LCH | lch(43.3 61.9 43.1) |
| OKLCH | oklch(0.528 0.156 35.7) |
Copy-ready code
/* CSS */
color: #b34021;
background-color: #b34021;
/* Tailwind (arbitrary) */
class="text-[#b34021] bg-[#b34021]"
/* SCSS */
$brand: #b34021;
/* SwiftUI */
Color(red: 0.702, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#b34021")Accessibility — WCAG contrast
Aa
#b34021 on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b34021 on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta64.2%
Yellow81.6%
Key (black)29.8%
Color previews
#b34021 text on a black background
contrast 3.67:1
Card sample
#b34021 text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34021;
Background color
Panel with #b34021 background
background-color: #b34021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34021; background: linear-gradient(135deg, #b34021, #B3A121);