#b83021
a dark, vivid red · warm · closest name: firebrick
RGB
184, 48, 33
HSL
6°, 70%, 43%
CMYK
0, 74, 82, 28
Luminance
0.1241
Every format
| HEX | #b83021 |
| RGB | rgb(184, 48, 33) |
| HSL | hsl(6, 70%, 43%) |
| CMYK | cmyk(0%, 74%, 82%, 28%) |
| LAB | lab(41.9 53.3 41.3) |
| LCH | lch(41.9 67.4 37.8) |
| OKLCH | oklch(0.519 0.175 30.2) |
Copy-ready code
/* CSS */
color: #b83021;
background-color: #b83021;
/* Tailwind (arbitrary) */
class="text-[#b83021] bg-[#b83021]"
/* SCSS */
$brand: #b83021;
/* SwiftUI */
Color(red: 0.722, green: 0.188, blue: 0.129)
/* Android */
Color.parseColor("#b83021")Accessibility — WCAG contrast
Aa
#b83021 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b83021 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green18.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow82.1%
Key (black)27.8%
Color previews
#b83021 text on a black background
contrast 3.48:1
Card sample
#b83021 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83021;
Background color
Panel with #b83021 background
background-color: #b83021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 48, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 48, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83021; background: linear-gradient(135deg, #b83021, #B89521);