#b32142
a dark, vivid red · warm · closest name: firebrick
RGB
179, 33, 66
HSL
346°, 69%, 42%
CMYK
0, 82, 63, 30
Luminance
0.1106
Every format
| HEX | #b32142 |
| RGB | rgb(179, 33, 66) |
| HSL | hsl(346, 69%, 42%) |
| CMYK | cmyk(0%, 82%, 63%, 30%) |
| LAB | lab(39.7 57.9 19.0) |
| LCH | lch(39.7 61.0 18.1) |
| OKLCH | oklch(0.503 0.180 14.8) |
Copy-ready code
/* CSS */
color: #b32142;
background-color: #b32142;
/* Tailwind (arbitrary) */
class="text-[#b32142] bg-[#b32142]"
/* SCSS */
$brand: #b32142;
/* SwiftUI */
Color(red: 0.702, green: 0.129, blue: 0.259)
/* Android */
Color.parseColor("#b32142")Accessibility — WCAG contrast
Aa
#b32142 on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b32142 on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green12.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow63.1%
Key (black)29.8%
Color previews
#b32142 text on a black background
contrast 3.21:1
Card sample
#b32142 text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b32142;
Background color
Panel with #b32142 background
background-color: #b32142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b32142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 33, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 33, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b32142; background: linear-gradient(135deg, #b32142, #B36121);