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