#bf4821
a dark, vivid red · warm · closest name: firebrick
RGB
191, 72, 33
HSL
15°, 71%, 44%
CMYK
0, 62, 83, 25
Luminance
0.1582
Every format
| HEX | #bf4821 |
| RGB | rgb(191, 72, 33) |
| HSL | hsl(15, 71%, 44%) |
| CMYK | cmyk(0%, 62%, 83%, 25%) |
| LAB | lab(46.7 45.9 46.3) |
| LCH | lch(46.7 65.2 45.2) |
| OKLCH | oklch(0.558 0.161 37.6) |
Copy-ready code
/* CSS */
color: #bf4821;
background-color: #bf4821;
/* Tailwind (arbitrary) */
class="text-[#bf4821] bg-[#bf4821]"
/* SCSS */
$brand: #bf4821;
/* SwiftUI */
Color(red: 0.749, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#bf4821")Accessibility — WCAG contrast
Aa
#bf4821 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf4821 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow82.7%
Key (black)25.1%
Color previews
#bf4821 text on a black background
contrast 4.16:1
Card sample
#bf4821 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4821;
Background color
Panel with #bf4821 background
background-color: #bf4821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4821; background: linear-gradient(135deg, #bf4821, #BFB121);