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