#bb1e4b
a dark, vivid magenta / pink · warm · closest name: crimson
RGB
187, 30, 75
HSL
343°, 72%, 43%
CMYK
0, 84, 60, 27
Luminance
0.1200
Every format
| HEX | #bb1e4b |
| RGB | rgb(187, 30, 75) |
| HSL | hsl(343, 72%, 43%) |
| CMYK | cmyk(0%, 84%, 60%, 27%) |
| LAB | lab(41.2 61.4 15.6) |
| LCH | lch(41.2 63.4 14.2) |
| OKLCH | oklch(0.518 0.190 11.7) |
Copy-ready code
/* CSS */
color: #bb1e4b;
background-color: #bb1e4b;
/* Tailwind (arbitrary) */
class="text-[#bb1e4b] bg-[#bb1e4b]"
/* SCSS */
$brand: #bb1e4b;
/* SwiftUI */
Color(red: 0.733, green: 0.118, blue: 0.294)
/* Android */
Color.parseColor("#bb1e4b")Accessibility — WCAG contrast
Aa
#bb1e4b on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb1e4b on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green11.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow59.9%
Key (black)26.7%
Color previews
#bb1e4b text on a black background
contrast 3.40:1
Card sample
#bb1e4b text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb1e4b;
Background color
Panel with #bb1e4b background
background-color: #bb1e4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb1e4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 30, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 30, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb1e4b; background: linear-gradient(135deg, #bb1e4b, #BB5A1E);