#bf1021
a dark, electric red · warm · closest name: firebrick
RGB
191, 16, 33
HSL
354°, 85%, 41%
CMYK
0, 92, 83, 25
Luminance
0.1156
Every format
| HEX | #bf1021 |
| RGB | rgb(191, 16, 33) |
| HSL | hsl(354, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 83%, 25%) |
| LAB | lab(40.5 63.2 40.5) |
| LCH | lch(40.5 75.0 32.6) |
| OKLCH | oklch(0.512 0.201 25.2) |
Copy-ready code
/* CSS */
color: #bf1021;
background-color: #bf1021;
/* Tailwind (arbitrary) */
class="text-[#bf1021] bg-[#bf1021]"
/* SCSS */
$brand: #bf1021;
/* SwiftUI */
Color(red: 0.749, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#bf1021")Accessibility — WCAG contrast
Aa
#bf1021 on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1021 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow82.7%
Key (black)25.1%
Color previews
#bf1021 text on a black background
contrast 3.31:1
Card sample
#bf1021 text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1021;
Background color
Panel with #bf1021 background
background-color: #bf1021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1021; background: linear-gradient(135deg, #bf1021, #BF7410);