#b2003b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
178, 0, 59
HSL
340°, 100%, 35%
CMYK
0, 100, 67, 30
Luminance
0.0978
Every format
| HEX | #b2003b |
| RGB | rgb(178, 0, 59) |
| HSL | hsl(340, 100%, 35%) |
| CMYK | cmyk(0%, 100%, 67%, 30%) |
| LAB | lab(37.5 62.7 20.5) |
| LCH | lch(37.5 66.0 18.1) |
| OKLCH | oklch(0.486 0.194 14.5) |
Copy-ready code
/* CSS */
color: #b2003b;
background-color: #b2003b;
/* Tailwind (arbitrary) */
class="text-[#b2003b] bg-[#b2003b]"
/* SCSS */
$brand: #b2003b;
/* SwiftUI */
Color(red: 0.698, green: 0.000, blue: 0.231)
/* Android */
Color.parseColor("#b2003b")Accessibility — WCAG contrast
Aa
#b2003b on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b2003b on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green0.0%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.9%
Key (black)30.2%
Color previews
#b2003b text on a black background
contrast 2.96:1
Card sample
#b2003b text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2003b;
Background color
Panel with #b2003b background
background-color: #b2003b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2003b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 0, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 0, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2003b; background: linear-gradient(135deg, #b2003b, #B23C00);