#bf4521
a dark, vivid red · warm · closest name: firebrick
RGB
191, 69, 33
HSL
14°, 71%, 44%
CMYK
0, 64, 83, 25
Luminance
0.1544
Every format
| HEX | #bf4521 |
| RGB | rgb(191, 69, 33) |
| HSL | hsl(14, 71%, 44%) |
| CMYK | cmyk(0%, 64%, 83%, 25%) |
| LAB | lab(46.2 47.3 45.8) |
| LCH | lch(46.2 65.8 44.1) |
| OKLCH | oklch(0.554 0.164 36.5) |
Copy-ready code
/* CSS */
color: #bf4521;
background-color: #bf4521;
/* Tailwind (arbitrary) */
class="text-[#bf4521] bg-[#bf4521]"
/* SCSS */
$brand: #bf4521;
/* SwiftUI */
Color(red: 0.749, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#bf4521")Accessibility — WCAG contrast
Aa
#bf4521 on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4521 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green27.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.9%
Yellow82.7%
Key (black)25.1%
Color previews
#bf4521 text on a black background
contrast 4.09:1
Card sample
#bf4521 text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4521;
Background color
Panel with #bf4521 background
background-color: #bf4521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4521; background: linear-gradient(135deg, #bf4521, #BFAE21);