#bd0f2c
a dark, electric red · warm · closest name: firebrick
RGB
189, 15, 44
HSL
350°, 85%, 40%
CMYK
0, 92, 77, 26
Luminance
0.1134
Every format
| HEX | #bd0f2c |
| RGB | rgb(189, 15, 44) |
| HSL | hsl(350, 85%, 40%) |
| CMYK | cmyk(0%, 92%, 77%, 26%) |
| LAB | lab(40.2 63.1 33.6) |
| LCH | lch(40.2 71.5 28.0) |
| OKLCH | oklch(0.509 0.199 22.0) |
Copy-ready code
/* CSS */
color: #bd0f2c;
background-color: #bd0f2c;
/* Tailwind (arbitrary) */
class="text-[#bd0f2c] bg-[#bd0f2c]"
/* SCSS */
$brand: #bd0f2c;
/* SwiftUI */
Color(red: 0.741, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#bd0f2c")Accessibility — WCAG contrast
Aa
#bd0f2c on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0f2c on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow76.7%
Key (black)25.9%
Color previews
#bd0f2c text on a black background
contrast 3.27:1
Card sample
#bd0f2c text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0f2c;
Background color
Panel with #bd0f2c background
background-color: #bd0f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0f2c; background: linear-gradient(135deg, #bd0f2c, #BD660F);