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