#b82425
a dark, vivid red · warm · “firebrick”
RGB
184, 36, 37
HSL
360°, 67%, 43%
CMYK
0, 80, 80, 28
Luminance
0.1159
Every format
| HEX | #b82425 |
| RGB | rgb(184, 36, 37) |
| HSL | hsl(360, 67%, 43%) |
| CMYK | cmyk(0%, 80%, 80%, 28%) |
| LAB | lab(40.6 57.2 37.8) |
| LCH | lch(40.6 68.6 33.5) |
| OKLCH | oklch(0.510 0.184 26.5) |
Copy-ready code
/* CSS */
color: #b82425;
background-color: #b82425;
/* Tailwind (arbitrary) */
class="text-[#b82425] bg-[#b82425]"
/* SCSS */
$brand: #b82425;
/* SwiftUI */
Color(red: 0.722, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#b82425")Accessibility — WCAG contrast
Aa
#b82425 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b82425 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow79.9%
Key (black)27.8%
Color previews
#b82425 text on a black background
contrast 3.32:1
Card sample
#b82425 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b82425;
Background color
Panel with #b82425 background
background-color: #b82425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b82425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b82425; background: linear-gradient(135deg, #b82425, #B88624);