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