#bb589e
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
187, 88, 158
HSL
318°, 42%, 54%
CMYK
0, 53, 16, 27
Luminance
0.2001
Every format
| HEX | #bb589e |
| RGB | rgb(187, 88, 158) |
| HSL | hsl(318, 42%, 54%) |
| CMYK | cmyk(0%, 53%, 16%, 27%) |
| LAB | lab(51.9 48.5 -19.5) |
| LCH | lch(51.9 52.3 338.1) |
| OKLCH | oklch(0.605 0.152 339.9) |
Copy-ready code
/* CSS */
color: #bb589e;
background-color: #bb589e;
/* Tailwind (arbitrary) */
class="text-[#bb589e] bg-[#bb589e]"
/* SCSS */
$brand: #bb589e;
/* SwiftUI */
Color(red: 0.733, green: 0.345, blue: 0.620)
/* Android */
Color.parseColor("#bb589e")Accessibility — WCAG contrast
Aa
#bb589e on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb589e on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green34.5%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow15.5%
Key (black)26.7%
Color previews
#bb589e text on a black background
contrast 5.00:1
Card sample
#bb589e text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb589e;
Background color
Panel with #bb589e background
background-color: #bb589e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb589e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 88, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 88, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb589e; background: linear-gradient(135deg, #bb589e, #BB585C);