#bf002e
a dark, electric red · warm · closest name: crimson
RGB
191, 0, 46
HSL
346°, 100%, 38%
CMYK
0, 100, 76, 25
Luminance
0.1127
Every format
| HEX | #bf002e |
| RGB | rgb(191, 0, 46) |
| HSL | hsl(346, 100%, 38%) |
| CMYK | cmyk(0%, 100%, 76%, 25%) |
| LAB | lab(40.0 65.3 32.4) |
| LCH | lch(40.0 72.9 26.4) |
| OKLCH | oklch(0.509 0.204 20.7) |
Copy-ready code
/* CSS */
color: #bf002e;
background-color: #bf002e;
/* Tailwind (arbitrary) */
class="text-[#bf002e] bg-[#bf002e]"
/* SCSS */
$brand: #bf002e;
/* SwiftUI */
Color(red: 0.749, green: 0.000, blue: 0.180)
/* Android */
Color.parseColor("#bf002e")Accessibility — WCAG contrast
Aa
#bf002e on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf002e on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green0.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.9%
Key (black)25.1%
Color previews
#bf002e text on a black background
contrast 3.25:1
Card sample
#bf002e text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf002e;
Background color
Panel with #bf002e background
background-color: #bf002e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf002e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 0, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 0, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf002e; background: linear-gradient(135deg, #bf002e, #BF5100);