#b34421
a dark, vivid red · warm · closest name: firebrick
RGB
179, 68, 33
HSL
14°, 69%, 42%
CMYK
0, 62, 82, 30
Luminance
0.1383
Every format
| HEX | #b34421 |
| RGB | rgb(179, 68, 33) |
| HSL | hsl(14, 69%, 42%) |
| CMYK | cmyk(0%, 62%, 82%, 30%) |
| LAB | lab(44.0 43.4 43.0) |
| LCH | lch(44.0 61.1 44.7) |
| OKLCH | oklch(0.534 0.152 37.3) |
Copy-ready code
/* CSS */
color: #b34421;
background-color: #b34421;
/* Tailwind (arbitrary) */
class="text-[#b34421] bg-[#b34421]"
/* SCSS */
$brand: #b34421;
/* SwiftUI */
Color(red: 0.702, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#b34421")Accessibility — WCAG contrast
Aa
#b34421 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b34421 on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow81.6%
Key (black)29.8%
Color previews
#b34421 text on a black background
contrast 3.77:1
Card sample
#b34421 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b34421;
Background color
Panel with #b34421 background
background-color: #b34421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b34421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b34421; background: linear-gradient(135deg, #b34421, #B3A621);