#bb5599
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
187, 85, 153
HSL
320°, 43%, 53%
CMYK
0, 55, 18, 27
Luminance
0.1936
Every format
| HEX | #bb5599 |
| RGB | rgb(187, 85, 153) |
| HSL | hsl(320, 43%, 53%) |
| CMYK | cmyk(0%, 55%, 18%, 27%) |
| LAB | lab(51.1 49.2 -17.7) |
| LCH | lch(51.1 52.3 340.2) |
| OKLCH | oklch(0.599 0.154 342.1) |
Copy-ready code
/* CSS */
color: #bb5599;
background-color: #bb5599;
/* Tailwind (arbitrary) */
class="text-[#bb5599] bg-[#bb5599]"
/* SCSS */
$brand: #bb5599;
/* SwiftUI */
Color(red: 0.733, green: 0.333, blue: 0.600)
/* Android */
Color.parseColor("#bb5599")Accessibility — WCAG contrast
Aa
#bb5599 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb5599 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green33.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow18.2%
Key (black)26.7%
Color previews
#bb5599 text on a black background
contrast 4.87:1
Card sample
#bb5599 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb5599;
Background color
Panel with #bb5599 background
background-color: #bb5599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb5599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 85, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 85, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb5599; background: linear-gradient(135deg, #bb5599, #BB5555);