#b52844
a dark, vivid red · warm · closest name: firebrick
RGB
181, 40, 68
HSL
348°, 64%, 43%
CMYK
0, 78, 62, 29
Luminance
0.1176
Every format
| HEX | #b52844 |
| RGB | rgb(181, 40, 68) |
| HSL | hsl(348, 64%, 43%) |
| CMYK | cmyk(0%, 78%, 62%, 29%) |
| LAB | lab(40.8 56.6 19.3) |
| LCH | lch(40.8 59.8 18.8) |
| OKLCH | oklch(0.512 0.176 15.4) |
Copy-ready code
/* CSS */
color: #b52844;
background-color: #b52844;
/* Tailwind (arbitrary) */
class="text-[#b52844] bg-[#b52844]"
/* SCSS */
$brand: #b52844;
/* SwiftUI */
Color(red: 0.710, green: 0.157, blue: 0.267)
/* Android */
Color.parseColor("#b52844")Accessibility — WCAG contrast
Aa
#b52844 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b52844 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green15.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow62.4%
Key (black)29.0%
Color previews
#b52844 text on a black background
contrast 3.35:1
Card sample
#b52844 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b52844;
Background color
Panel with #b52844 background
background-color: #b52844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b52844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 40, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 40, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b52844; background: linear-gradient(135deg, #b52844, #B56A28);