#bb66aa
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
187, 102, 170
HSL
312°, 39%, 57%
CMYK
0, 46, 9, 27
Luminance
0.2297
Every format
| HEX | #bb66aa |
| RGB | rgb(187, 102, 170) |
| HSL | hsl(312, 39%, 57%) |
| CMYK | cmyk(0%, 46%, 9%, 27%) |
| LAB | lab(55.0 43.4 -21.6) |
| LCH | lch(55.0 48.5 333.5) |
| OKLCH | oklch(0.630 0.138 335.0) |
Copy-ready code
/* CSS */
color: #bb66aa;
background-color: #bb66aa;
/* Tailwind (arbitrary) */
class="text-[#bb66aa] bg-[#bb66aa]"
/* SCSS */
$brand: #bb66aa;
/* SwiftUI */
Color(red: 0.733, green: 0.400, blue: 0.667)
/* Android */
Color.parseColor("#bb66aa")Accessibility — WCAG contrast
Aa
#bb66aa on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb66aa on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green40.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow9.1%
Key (black)26.7%
Color previews
#bb66aa text on a black background
contrast 5.59:1
Card sample
#bb66aa text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb66aa;
Background color
Panel with #bb66aa background
background-color: #bb66aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb66aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 102, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 102, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb66aa; background: linear-gradient(135deg, #bb66aa, #BB6671);