#b33821
a dark, vivid red · warm · closest name: firebrick
RGB
179, 56, 33
HSL
10°, 69%, 42%
CMYK
0, 69, 82, 30
Luminance
0.1252
Every format
| HEX | #b33821 |
| RGB | rgb(179, 56, 33) |
| HSL | hsl(10, 69%, 42%) |
| CMYK | cmyk(0%, 69%, 82%, 30%) |
| LAB | lab(42.0 48.6 41.1) |
| LCH | lch(42.0 63.7 40.2) |
| OKLCH | oklch(0.519 0.163 32.7) |
Copy-ready code
/* CSS */
color: #b33821;
background-color: #b33821;
/* Tailwind (arbitrary) */
class="text-[#b33821] bg-[#b33821]"
/* SCSS */
$brand: #b33821;
/* SwiftUI */
Color(red: 0.702, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#b33821")Accessibility — WCAG contrast
Aa
#b33821 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b33821 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow81.6%
Key (black)29.8%
Color previews
#b33821 text on a black background
contrast 3.50:1
Card sample
#b33821 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b33821;
Background color
Panel with #b33821 background
background-color: #b33821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b33821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b33821; background: linear-gradient(135deg, #b33821, #B39A21);