#b60a21
a dark, electric red · warm · closest name: firebrick
RGB
182, 10, 33
HSL
352°, 90%, 38%
CMYK
0, 95, 82, 29
Luminance
0.1027
Every format
| HEX | #b60a21 |
| RGB | rgb(182, 10, 33) |
| HSL | hsl(352, 90%, 38%) |
| CMYK | cmyk(0%, 95%, 82%, 29%) |
| LAB | lab(38.3 61.6 37.7) |
| LCH | lch(38.3 72.2 31.5) |
| OKLCH | oklch(0.492 0.195 24.4) |
Copy-ready code
/* CSS */
color: #b60a21;
background-color: #b60a21;
/* Tailwind (arbitrary) */
class="text-[#b60a21] bg-[#b60a21]"
/* SCSS */
$brand: #b60a21;
/* SwiftUI */
Color(red: 0.714, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#b60a21")Accessibility — WCAG contrast
Aa
#b60a21 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b60a21 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.5%
Yellow81.9%
Key (black)28.6%
Color previews
#b60a21 text on a black background
contrast 3.05:1
Card sample
#b60a21 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b60a21;
Background color
Panel with #b60a21 background
background-color: #b60a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b60a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b60a21; background: linear-gradient(135deg, #b60a21, #B6660A);