#bbabba
a light, muted magenta / pink · warm · closest name: silver
RGB
187, 171, 186
HSL
304°, 11%, 70%
CMYK
0, 9, 1, 27
Luminance
0.4324
Every format
| HEX | #bbabba |
| RGB | rgb(187, 171, 186) |
| HSL | hsl(304, 11%, 70%) |
| CMYK | cmyk(0%, 9%, 1%, 27%) |
| LAB | lab(71.7 8.5 -5.6) |
| LCH | lch(71.7 10.1 326.7) |
| OKLCH | oklch(0.759 0.028 327.8) |
Copy-ready code
/* CSS */
color: #bbabba;
background-color: #bbabba;
/* Tailwind (arbitrary) */
class="text-[#bbabba] bg-[#bbabba]"
/* SCSS */
$brand: #bbabba;
/* SwiftUI */
Color(red: 0.733, green: 0.671, blue: 0.729)
/* Android */
Color.parseColor("#bbabba")Accessibility — WCAG contrast
Aa
#bbabba on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbabba on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow0.5%
Key (black)26.7%
Color previews
#bbabba text on a black background
contrast 9.65:1
Card sample
#bbabba text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbabba;
Background color
Panel with #bbabba background
background-color: #bbabba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbabba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 171, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 171, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbabba; background: linear-gradient(135deg, #bbabba, #BBABAF);