#bf1e21
a dark, vivid red · warm · closest name: firebrick
RGB
191, 30, 33
HSL
359°, 73%, 43%
CMYK
0, 84, 83, 25
Luminance
0.1211
Every format
| HEX | #bf1e21 |
| RGB | rgb(191, 30, 33) |
| HSL | hsl(359, 73%, 43%) |
| CMYK | cmyk(0%, 84%, 83%, 25%) |
| LAB | lab(41.4 60.6 41.3) |
| LCH | lch(41.4 73.4 34.3) |
| OKLCH | oklch(0.518 0.194 26.8) |
Copy-ready code
/* CSS */
color: #bf1e21;
background-color: #bf1e21;
/* Tailwind (arbitrary) */
class="text-[#bf1e21] bg-[#bf1e21]"
/* SCSS */
$brand: #bf1e21;
/* SwiftUI */
Color(red: 0.749, green: 0.118, blue: 0.129)
/* Android */
Color.parseColor("#bf1e21")Accessibility — WCAG contrast
Aa
#bf1e21 on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1e21 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green11.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.3%
Yellow82.7%
Key (black)25.1%
Color previews
#bf1e21 text on a black background
contrast 3.42:1
Card sample
#bf1e21 text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1e21;
Background color
Panel with #bf1e21 background
background-color: #bf1e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 30, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 30, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1e21; background: linear-gradient(135deg, #bf1e21, #BF861E);