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