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