#b02e21
a dark, vivid red · warm · closest name: firebrick
RGB
176, 46, 33
HSL
6°, 68%, 41%
CMYK
0, 74, 81, 31
Luminance
0.1129
Every format
| HEX | #b02e21 |
| RGB | rgb(176, 46, 33) |
| HSL | hsl(6, 68%, 41%) |
| CMYK | cmyk(0%, 74%, 81%, 31%) |
| LAB | lab(40.1 51.5 39.0) |
| LCH | lch(40.1 64.6 37.2) |
| OKLCH | oklch(0.503 0.169 29.8) |
Copy-ready code
/* CSS */
color: #b02e21;
background-color: #b02e21;
/* Tailwind (arbitrary) */
class="text-[#b02e21] bg-[#b02e21]"
/* SCSS */
$brand: #b02e21;
/* SwiftUI */
Color(red: 0.690, green: 0.180, blue: 0.129)
/* Android */
Color.parseColor("#b02e21")Accessibility — WCAG contrast
Aa
#b02e21 on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02e21 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green18.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow81.3%
Key (black)31.0%
Color previews
#b02e21 text on a black background
contrast 3.26:1
Card sample
#b02e21 text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02e21;
Background color
Panel with #b02e21 background
background-color: #b02e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 46, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 46, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02e21; background: linear-gradient(135deg, #b02e21, #B08D21);