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