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