#bb99aa
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 153, 170
HSL
330°, 20%, 67%
CMYK
0, 18, 9, 27
Luminance
0.3625
Every format
| HEX | #bb99aa |
| RGB | rgb(187, 153, 170) |
| HSL | hsl(330, 20%, 67%) |
| CMYK | cmyk(0%, 18%, 9%, 27%) |
| LAB | lab(66.7 15.5 -4.1) |
| LCH | lch(66.7 16.0 345.2) |
| OKLCH | oklch(0.719 0.046 346.8) |
Copy-ready code
/* CSS */
color: #bb99aa;
background-color: #bb99aa;
/* Tailwind (arbitrary) */
class="text-[#bb99aa] bg-[#bb99aa]"
/* SCSS */
$brand: #bb99aa;
/* SwiftUI */
Color(red: 0.733, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#bb99aa")Accessibility — WCAG contrast
Aa
#bb99aa on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb99aa on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green60.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow9.1%
Key (black)26.7%
Color previews
#bb99aa text on a black background
contrast 8.25:1
Card sample
#bb99aa text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb99aa;
Background color
Panel with #bb99aa background
background-color: #bb99aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb99aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb99aa; background: linear-gradient(135deg, #bb99aa, #BB9F99);