#bf2f2c
a balanced, vivid red · warm · closest name: firebrick
RGB
191, 47, 44
HSL
1°, 63%, 46%
CMYK
0, 75, 77, 25
Luminance
0.1329
Every format
| HEX | #bf2f2c |
| RGB | rgb(191, 47, 44) |
| HSL | hsl(1, 63%, 46%) |
| CMYK | cmyk(0%, 75%, 77%, 25%) |
| LAB | lab(43.2 56.2 37.1) |
| LCH | lch(43.2 67.3 33.4) |
| OKLCH | oklch(0.532 0.181 26.8) |
Copy-ready code
/* CSS */
color: #bf2f2c;
background-color: #bf2f2c;
/* Tailwind (arbitrary) */
class="text-[#bf2f2c] bg-[#bf2f2c]"
/* SCSS */
$brand: #bf2f2c;
/* SwiftUI */
Color(red: 0.749, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#bf2f2c")Accessibility — WCAG contrast
Aa
#bf2f2c on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2f2c on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow77.0%
Key (black)25.1%
Color previews
#bf2f2c text on a black background
contrast 3.66:1
Card sample
#bf2f2c text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2f2c;
Background color
Panel with #bf2f2c background
background-color: #bf2f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2f2c; background: linear-gradient(135deg, #bf2f2c, #BF912C);