#bf3421
a dark, vivid red · warm · closest name: firebrick
RGB
191, 52, 33
HSL
7°, 71%, 44%
CMYK
0, 73, 83, 25
Luminance
0.1364
Every format
| HEX | #bf3421 |
| RGB | rgb(191, 52, 33) |
| HSL | hsl(7, 71%, 44%) |
| CMYK | cmyk(0%, 73%, 83%, 25%) |
| LAB | lab(43.7 54.1 43.5) |
| LCH | lch(43.7 69.4 38.8) |
| OKLCH | oklch(0.536 0.179 31.1) |
Copy-ready code
/* CSS */
color: #bf3421;
background-color: #bf3421;
/* Tailwind (arbitrary) */
class="text-[#bf3421] bg-[#bf3421]"
/* SCSS */
$brand: #bf3421;
/* SwiftUI */
Color(red: 0.749, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#bf3421")Accessibility — WCAG contrast
Aa
#bf3421 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf3421 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow82.7%
Key (black)25.1%
Color previews
#bf3421 text on a black background
contrast 3.73:1
Card sample
#bf3421 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3421;
Background color
Panel with #bf3421 background
background-color: #bf3421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3421; background: linear-gradient(135deg, #bf3421, #BF9D21);