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