#bb105e
a dark, electric magenta / pink · warm · closest name: crimson
RGB
187, 16, 94
HSL
333°, 84%, 40%
CMYK
0, 91, 50, 27
Luminance
0.1174
Every format
| HEX | #bb105e |
| RGB | rgb(187, 16, 94) |
| HSL | hsl(333, 84%, 40%) |
| CMYK | cmyk(0%, 91%, 50%, 27%) |
| LAB | lab(40.8 65.3 3.0) |
| LCH | lch(40.8 65.4 2.6) |
| OKLCH | oklch(0.516 0.201 2.4) |
Copy-ready code
/* CSS */
color: #bb105e;
background-color: #bb105e;
/* Tailwind (arbitrary) */
class="text-[#bb105e] bg-[#bb105e]"
/* SCSS */
$brand: #bb105e;
/* SwiftUI */
Color(red: 0.733, green: 0.063, blue: 0.369)
/* Android */
Color.parseColor("#bb105e")Accessibility — WCAG contrast
Aa
#bb105e on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb105e on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green6.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow49.7%
Key (black)26.7%
Color previews
#bb105e text on a black background
contrast 3.35:1
Card sample
#bb105e text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb105e;
Background color
Panel with #bb105e background
background-color: #bb105e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb105e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 16, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 16, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb105e; background: linear-gradient(135deg, #bb105e, #BB3410);