#bb4499
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
187, 68, 153
HSL
317°, 47%, 50%
CMYK
0, 64, 18, 27
Luminance
0.1700
Every format
| HEX | #bb4499 |
| RGB | rgb(187, 68, 153) |
| HSL | hsl(317, 47%, 50%) |
| CMYK | cmyk(0%, 64%, 18%, 27%) |
| LAB | lab(48.3 56.9 -22.1) |
| LCH | lch(48.3 61.1 338.8) |
| OKLCH | oklch(0.578 0.179 340.7) |
Copy-ready code
/* CSS */
color: #bb4499;
background-color: #bb4499;
/* Tailwind (arbitrary) */
class="text-[#bb4499] bg-[#bb4499]"
/* SCSS */
$brand: #bb4499;
/* SwiftUI */
Color(red: 0.733, green: 0.267, blue: 0.600)
/* Android */
Color.parseColor("#bb4499")Accessibility — WCAG contrast
Aa
#bb4499 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bb4499 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green26.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow18.2%
Key (black)26.7%
Color previews
#bb4499 text on a black background
contrast 4.40:1
Card sample
#bb4499 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb4499;
Background color
Panel with #bb4499 background
background-color: #bb4499;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb4499;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 68, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 68, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb4499; background: linear-gradient(135deg, #bb4499, #BB444A);