#b83333
a balanced, vivid red · warm · closest name: firebrick
RGB
184, 51, 51
HSL
0°, 57%, 46%
CMYK
0, 72, 72, 28
Luminance
0.1280
Every format
| HEX | #b83333 |
| RGB | rgb(184, 51, 51) |
| HSL | hsl(0, 57%, 46%) |
| CMYK | cmyk(0%, 72%, 72%, 28%) |
| LAB | lab(42.5 52.9 31.8) |
| LCH | lch(42.5 61.7 31.0) |
| OKLCH | oklch(0.524 0.170 25.2) |
Copy-ready code
/* CSS */
color: #b83333;
background-color: #b83333;
/* Tailwind (arbitrary) */
class="text-[#b83333] bg-[#b83333]"
/* SCSS */
$brand: #b83333;
/* SwiftUI */
Color(red: 0.722, green: 0.200, blue: 0.200)
/* Android */
Color.parseColor("#b83333")Accessibility — WCAG contrast
Aa
#b83333 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b83333 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green20.0%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow72.3%
Key (black)27.8%
Color previews
#b83333 text on a black background
contrast 3.56:1
Card sample
#b83333 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83333;
Background color
Panel with #b83333 background
background-color: #b83333;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83333;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 51, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 51, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83333; background: linear-gradient(135deg, #b83333, #B88C33);