#bb4477
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
187, 68, 119
HSL
334°, 47%, 50%
CMYK
0, 64, 36, 27
Luminance
0.1603
Every format
| HEX | #bb4477 |
| RGB | rgb(187, 68, 119) |
| HSL | hsl(334, 47%, 50%) |
| CMYK | cmyk(0%, 64%, 36%, 27%) |
| LAB | lab(47.0 52.5 -3.5) |
| LCH | lch(47.0 52.6 356.2) |
| OKLCH | oklch(0.564 0.161 357.0) |
Copy-ready code
/* CSS */
color: #bb4477;
background-color: #bb4477;
/* Tailwind (arbitrary) */
class="text-[#bb4477] bg-[#bb4477]"
/* SCSS */
$brand: #bb4477;
/* SwiftUI */
Color(red: 0.733, green: 0.267, blue: 0.467)
/* Android */
Color.parseColor("#bb4477")Accessibility — WCAG contrast
Aa
#bb4477 on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb4477 on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green26.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow36.4%
Key (black)26.7%
Color previews
#bb4477 text on a black background
contrast 4.21:1
Card sample
#bb4477 text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb4477;
Background color
Panel with #bb4477 background
background-color: #bb4477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb4477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 68, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 68, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb4477; background: linear-gradient(135deg, #bb4477, #BB6044);