#b2002f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
178, 0, 47
HSL
344°, 100%, 35%
CMYK
0, 100, 74, 30
Luminance
0.0967
Every format
| HEX | #b2002f |
| RGB | rgb(178, 0, 47) |
| HSL | hsl(344, 100%, 35%) |
| CMYK | cmyk(0%, 100%, 74%, 30%) |
| LAB | lab(37.3 62.2 27.8) |
| LCH | lch(37.3 68.1 24.1) |
| OKLCH | oklch(0.483 0.194 19.0) |
Copy-ready code
/* CSS */
color: #b2002f;
background-color: #b2002f;
/* Tailwind (arbitrary) */
class="text-[#b2002f] bg-[#b2002f]"
/* SCSS */
$brand: #b2002f;
/* SwiftUI */
Color(red: 0.698, green: 0.000, blue: 0.184)
/* Android */
Color.parseColor("#b2002f")Accessibility — WCAG contrast
Aa
#b2002f on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b2002f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow73.6%
Key (black)30.2%
Color previews
#b2002f text on a black background
contrast 2.93:1
Card sample
#b2002f text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2002f;
Background color
Panel with #b2002f background
background-color: #b2002f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2002f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 0, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 0, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2002f; background: linear-gradient(135deg, #b2002f, #B24800);