#bb589a
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
187, 88, 154
HSL
320°, 42%, 54%
CMYK
0, 53, 18, 27
Luminance
0.1988
Every format
| HEX | #bb589a |
| RGB | rgb(187, 88, 154) |
| HSL | hsl(320, 42%, 54%) |
| CMYK | cmyk(0%, 53%, 18%, 27%) |
| LAB | lab(51.7 47.9 -17.4) |
| LCH | lch(51.7 51.0 340.1) |
| OKLCH | oklch(0.603 0.149 341.9) |
Copy-ready code
/* CSS */
color: #bb589a;
background-color: #bb589a;
/* Tailwind (arbitrary) */
class="text-[#bb589a] bg-[#bb589a]"
/* SCSS */
$brand: #bb589a;
/* SwiftUI */
Color(red: 0.733, green: 0.345, blue: 0.604)
/* Android */
Color.parseColor("#bb589a")Accessibility — WCAG contrast
Aa
#bb589a on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb589a on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green34.5%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta52.9%
Yellow17.6%
Key (black)26.7%
Color previews
#bb589a text on a black background
contrast 4.98:1
Card sample
#bb589a text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb589a;
Background color
Panel with #bb589a background
background-color: #bb589a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb589a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 88, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 88, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb589a; background: linear-gradient(135deg, #bb589a, #BB5858);