#b01806
a dark, electric red · warm · closest name: firebrick
RGB
176, 24, 6
HSL
6°, 93%, 36%
CMYK
0, 86, 97, 31
Luminance
0.0990
Every format
| HEX | #b01806 |
| RGB | rgb(176, 24, 6) |
| HSL | hsl(6, 93%, 36%) |
| CMYK | cmyk(0%, 86%, 97%, 31%) |
| LAB | lab(37.7 57.2 49.0) |
| LCH | lch(37.7 75.4 40.6) |
| OKLCH | oklch(0.485 0.186 30.6) |
Copy-ready code
/* CSS */
color: #b01806;
background-color: #b01806;
/* Tailwind (arbitrary) */
class="text-[#b01806] bg-[#b01806]"
/* SCSS */
$brand: #b01806;
/* SwiftUI */
Color(red: 0.690, green: 0.094, blue: 0.024)
/* Android */
Color.parseColor("#b01806")Accessibility — WCAG contrast
Aa
#b01806 on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b01806 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green9.4%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow96.6%
Key (black)31.0%
Color previews
#b01806 text on a black background
contrast 2.98:1
Card sample
#b01806 text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b01806;
Background color
Panel with #b01806 background
background-color: #b01806;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b01806;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 24, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 24, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b01806; background: linear-gradient(135deg, #b01806, #B08A06);