#bb4488
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
187, 68, 136
HSL
326°, 47%, 50%
CMYK
0, 64, 27, 27
Luminance
0.1648
Every format
| HEX | #bb4488 |
| RGB | rgb(187, 68, 136) |
| HSL | hsl(326, 47%, 50%) |
| CMYK | cmyk(0%, 64%, 27%, 27%) |
| LAB | lab(47.6 54.6 -12.9) |
| LCH | lch(47.6 56.1 346.7) |
| OKLCH | oklch(0.571 0.169 348.4) |
Copy-ready code
/* CSS */
color: #bb4488;
background-color: #bb4488;
/* Tailwind (arbitrary) */
class="text-[#bb4488] bg-[#bb4488]"
/* SCSS */
$brand: #bb4488;
/* SwiftUI */
Color(red: 0.733, green: 0.267, blue: 0.533)
/* Android */
Color.parseColor("#bb4488")Accessibility — WCAG contrast
Aa
#bb4488 on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb4488 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green26.7%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow27.3%
Key (black)26.7%
Color previews
#bb4488 text on a black background
contrast 4.30:1
Card sample
#bb4488 text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb4488;
Background color
Panel with #bb4488 background
background-color: #bb4488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb4488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 68, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 68, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb4488; background: linear-gradient(135deg, #bb4488, #BB4F44);