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