#bb55aa
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
187, 85, 170
HSL
310°, 43%, 53%
CMYK
0, 55, 9, 27
Luminance
0.1996
Every format
| HEX | #bb55aa |
| RGB | rgb(187, 85, 170) |
| HSL | hsl(310, 43%, 53%) |
| CMYK | cmyk(0%, 55%, 9%, 27%) |
| LAB | lab(51.8 51.9 -26.6) |
| LCH | lch(51.8 58.4 332.8) |
| OKLCH | oklch(0.606 0.167 334.2) |
Copy-ready code
/* CSS */
color: #bb55aa;
background-color: #bb55aa;
/* Tailwind (arbitrary) */
class="text-[#bb55aa] bg-[#bb55aa]"
/* SCSS */
$brand: #bb55aa;
/* SwiftUI */
Color(red: 0.733, green: 0.333, blue: 0.667)
/* Android */
Color.parseColor("#bb55aa")Accessibility — WCAG contrast
Aa
#bb55aa on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb55aa on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green33.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow9.1%
Key (black)26.7%
Color previews
#bb55aa text on a black background
contrast 4.99:1
Card sample
#bb55aa text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb55aa;
Background color
Panel with #bb55aa background
background-color: #bb55aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb55aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 85, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 85, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb55aa; background: linear-gradient(135deg, #bb55aa, #BB5566);