#b8352f
a balanced, vivid red · warm · closest name: firebrick
RGB
184, 53, 47
HSL
3°, 59%, 45%
CMYK
0, 71, 75, 28
Luminance
0.1294
Every format
| HEX | #b8352f |
| RGB | rgb(184, 53, 47) |
| HSL | hsl(3, 59%, 45%) |
| CMYK | cmyk(0%, 71%, 75%, 28%) |
| LAB | lab(42.7 52.0 34.4) |
| LCH | lch(42.7 62.3 33.5) |
| OKLCH | oklch(0.526 0.169 27.3) |
Copy-ready code
/* CSS */
color: #b8352f;
background-color: #b8352f;
/* Tailwind (arbitrary) */
class="text-[#b8352f] bg-[#b8352f]"
/* SCSS */
$brand: #b8352f;
/* SwiftUI */
Color(red: 0.722, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#b8352f")Accessibility — WCAG contrast
Aa
#b8352f on white: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b8352f on black: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta71.2%
Yellow74.5%
Key (black)27.8%
Color previews
#b8352f text on a black background
contrast 3.59:1
Card sample
#b8352f text on a white background
contrast 5.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8352f;
Background color
Panel with #b8352f background
background-color: #b8352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8352f; background: linear-gradient(135deg, #b8352f, #B8902F);