#bbaabb
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 170, 187
HSL
300°, 11%, 70%
CMYK
0, 9, 0, 27
Luminance
0.4290
Every format
| HEX | #bbaabb |
| RGB | rgb(187, 170, 187) |
| HSL | hsl(300, 11%, 70%) |
| CMYK | cmyk(0%, 9%, 0%, 27%) |
| LAB | lab(71.5 9.2 -6.5) |
| LCH | lch(71.5 11.2 324.9) |
| OKLCH | oklch(0.758 0.031 325.9) |
Copy-ready code
/* CSS */
color: #bbaabb;
background-color: #bbaabb;
/* Tailwind (arbitrary) */
class="text-[#bbaabb] bg-[#bbaabb]"
/* SCSS */
$brand: #bbaabb;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#bbaabb")Accessibility — WCAG contrast
Aa
#bbaabb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaabb on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#bbaabb text on a black background
contrast 9.58:1
Card sample
#bbaabb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaabb;
Background color
Panel with #bbaabb background
background-color: #bbaabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaabb; background: linear-gradient(135deg, #bbaabb, #BBAAB0);