#b53521
a dark, vivid red · warm · closest name: firebrick
RGB
181, 53, 33
HSL
8°, 69%, 42%
CMYK
0, 71, 82, 29
Luminance
0.1248
Every format
| HEX | #b53521 |
| RGB | rgb(181, 53, 33) |
| HSL | hsl(8, 69%, 42%) |
| CMYK | cmyk(0%, 71%, 82%, 29%) |
| LAB | lab(42.0 50.5 41.2) |
| LCH | lch(42.0 65.2 39.2) |
| OKLCH | oklch(0.519 0.168 31.7) |
Copy-ready code
/* CSS */
color: #b53521;
background-color: #b53521;
/* Tailwind (arbitrary) */
class="text-[#b53521] bg-[#b53521]"
/* SCSS */
$brand: #b53521;
/* SwiftUI */
Color(red: 0.710, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#b53521")Accessibility — WCAG contrast
Aa
#b53521 on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b53521 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow81.8%
Key (black)29.0%
Color previews
#b53521 text on a black background
contrast 3.50:1
Card sample
#b53521 text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b53521;
Background color
Panel with #b53521 background
background-color: #b53521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b53521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b53521; background: linear-gradient(135deg, #b53521, #B59821);