#bf3b39
a balanced, vivid red · warm · closest name: firebrick
RGB
191, 59, 57
HSL
1°, 54%, 49%
CMYK
0, 69, 70, 25
Luminance
0.1450
Every format
| HEX | #bf3b39 |
| RGB | rgb(191, 59, 57) |
| HSL | hsl(1, 54%, 49%) |
| CMYK | cmyk(0%, 69%, 70%, 25%) |
| LAB | lab(45.0 52.4 31.5) |
| LCH | lch(45.0 61.2 31.0) |
| OKLCH | oklch(0.546 0.169 25.5) |
Copy-ready code
/* CSS */
color: #bf3b39;
background-color: #bf3b39;
/* Tailwind (arbitrary) */
class="text-[#bf3b39] bg-[#bf3b39]"
/* SCSS */
$brand: #bf3b39;
/* SwiftUI */
Color(red: 0.749, green: 0.231, blue: 0.224)
/* Android */
Color.parseColor("#bf3b39")Accessibility — WCAG contrast
Aa
#bf3b39 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf3b39 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.1%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow70.2%
Key (black)25.1%
Color previews
#bf3b39 text on a black background
contrast 3.90:1
Card sample
#bf3b39 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3b39;
Background color
Panel with #bf3b39 background
background-color: #bf3b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 59, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 59, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3b39; background: linear-gradient(135deg, #bf3b39, #BF9439);