#bb1a00
a dark, electric red · warm · closest name: firebrick
RGB
187, 26, 0
HSL
8°, 100%, 37%
CMYK
0, 86, 100, 27
Luminance
0.1130
Every format
| HEX | #bb1a00 |
| RGB | rgb(187, 26, 0) |
| HSL | hsl(8, 100%, 37%) |
| CMYK | cmyk(0%, 86%, 100%, 27%) |
| LAB | lab(40.1 59.9 53.7) |
| LCH | lch(40.1 80.4 41.9) |
| OKLCH | oklch(0.507 0.196 31.3) |
Copy-ready code
/* CSS */
color: #bb1a00;
background-color: #bb1a00;
/* Tailwind (arbitrary) */
class="text-[#bb1a00] bg-[#bb1a00]"
/* SCSS */
$brand: #bb1a00;
/* SwiftUI */
Color(red: 0.733, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#bb1a00")Accessibility — WCAG contrast
Aa
#bb1a00 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb1a00 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green10.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow100.0%
Key (black)26.7%
Color previews
#bb1a00 text on a black background
contrast 3.26:1
Card sample
#bb1a00 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb1a00;
Background color
Panel with #bb1a00 background
background-color: #bb1a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb1a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb1a00; background: linear-gradient(135deg, #bb1a00, #BB9700);