#b61f21
a dark, vivid red · warm · “firebrick”
RGB
182, 31, 33
HSL
359°, 71%, 42%
CMYK
0, 83, 82, 29
Luminance
0.1103
Every format
| HEX | #b61f21 |
| RGB | rgb(182, 31, 33) |
| HSL | hsl(359, 71%, 42%) |
| CMYK | cmyk(0%, 83%, 82%, 29%) |
| LAB | lab(39.6 57.8 39.0) |
| LCH | lch(39.6 69.8 34.0) |
| OKLCH | oklch(0.502 0.185 26.7) |
Copy-ready code
/* CSS */
color: #b61f21;
background-color: #b61f21;
/* Tailwind (arbitrary) */
class="text-[#b61f21] bg-[#b61f21]"
/* SCSS */
$brand: #b61f21;
/* SwiftUI */
Color(red: 0.714, green: 0.122, blue: 0.129)
/* Android */
Color.parseColor("#b61f21")Accessibility — WCAG contrast
Aa
#b61f21 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b61f21 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green12.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow81.9%
Key (black)28.6%
Color previews
#b61f21 text on a black background
contrast 3.21:1
Card sample
#b61f21 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b61f21;
Background color
Panel with #b61f21 background
background-color: #b61f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b61f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 31, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 31, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b61f21; background: linear-gradient(135deg, #b61f21, #B6821F);