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