#b14321
a dark, vivid red · warm · closest name: firebrick
RGB
177, 67, 33
HSL
14°, 69%, 41%
CMYK
0, 62, 81, 31
Luminance
0.1347
Every format
| HEX | #b14321 |
| RGB | rgb(177, 67, 33) |
| HSL | hsl(14, 69%, 41%) |
| CMYK | cmyk(0%, 62%, 81%, 31%) |
| LAB | lab(43.5 43.1 42.4) |
| LCH | lch(43.5 60.5 44.5) |
| OKLCH | oklch(0.529 0.151 37.1) |
Copy-ready code
/* CSS */
color: #b14321;
background-color: #b14321;
/* Tailwind (arbitrary) */
class="text-[#b14321] bg-[#b14321]"
/* SCSS */
$brand: #b14321;
/* SwiftUI */
Color(red: 0.694, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#b14321")Accessibility — WCAG contrast
Aa
#b14321 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b14321 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green26.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow81.4%
Key (black)30.6%
Color previews
#b14321 text on a black background
contrast 3.69:1
Card sample
#b14321 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14321;
Background color
Panel with #b14321 background
background-color: #b14321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14321; background: linear-gradient(135deg, #b14321, #B1A321);