#bd080f
a dark, electric red · warm · closest name: firebrick
RGB
189, 8, 15
HSL
358°, 92%, 39%
CMYK
0, 96, 92, 26
Luminance
0.1103
Every format
| HEX | #bd080f |
| RGB | rgb(189, 8, 15) |
| HSL | hsl(358, 92%, 39%) |
| CMYK | cmyk(0%, 96%, 92%, 26%) |
| LAB | lab(39.6 63.3 48.3) |
| LCH | lch(39.6 79.6 37.4) |
| OKLCH | oklch(0.504 0.203 28.0) |
Copy-ready code
/* CSS */
color: #bd080f;
background-color: #bd080f;
/* Tailwind (arbitrary) */
class="text-[#bd080f] bg-[#bd080f]"
/* SCSS */
$brand: #bd080f;
/* SwiftUI */
Color(red: 0.741, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#bd080f")Accessibility — WCAG contrast
Aa
#bd080f on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd080f on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green3.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta95.8%
Yellow92.1%
Key (black)25.9%
Color previews
#bd080f text on a black background
contrast 3.21:1
Card sample
#bd080f text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd080f;
Background color
Panel with #bd080f background
background-color: #bd080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd080f; background: linear-gradient(135deg, #bd080f, #BD7A08);