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