#b02c2f
a dark, vivid red · warm · closest name: firebrick
RGB
176, 44, 47
HSL
359°, 60%, 43%
CMYK
0, 75, 73, 31
Luminance
0.1124
Every format
| HEX | #b02c2f |
| RGB | rgb(176, 44, 47) |
| HSL | hsl(359, 60%, 43%) |
| CMYK | cmyk(0%, 75%, 73%, 31%) |
| LAB | lab(40.0 52.7 30.9) |
| LCH | lch(40.0 61.1 30.4) |
| OKLCH | oklch(0.503 0.169 24.6) |
Copy-ready code
/* CSS */
color: #b02c2f;
background-color: #b02c2f;
/* Tailwind (arbitrary) */
class="text-[#b02c2f] bg-[#b02c2f]"
/* SCSS */
$brand: #b02c2f;
/* SwiftUI */
Color(red: 0.690, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#b02c2f")Accessibility — WCAG contrast
Aa
#b02c2f on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b02c2f on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow73.3%
Key (black)31.0%
Color previews
#b02c2f text on a black background
contrast 3.25:1
Card sample
#b02c2f text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b02c2f;
Background color
Panel with #b02c2f background
background-color: #b02c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b02c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b02c2f; background: linear-gradient(135deg, #b02c2f, #B0812C);