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