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