#bbabac
a light, muted red · warm · closest name: silver
RGB
187, 171, 172
HSL
356°, 11%, 70%
CMYK
0, 9, 8, 27
Luminance
0.4267
Every format
| HEX | #bbabac |
| RGB | rgb(187, 171, 172) |
| HSL | hsl(356, 11%, 70%) |
| CMYK | cmyk(0%, 9%, 8%, 27%) |
| LAB | lab(71.3 5.9 1.6) |
| LCH | lch(71.3 6.1 14.8) |
| OKLCH | oklch(0.755 0.018 13.2) |
Copy-ready code
/* CSS */
color: #bbabac;
background-color: #bbabac;
/* Tailwind (arbitrary) */
class="text-[#bbabac] bg-[#bbabac]"
/* SCSS */
$brand: #bbabac;
/* SwiftUI */
Color(red: 0.733, green: 0.671, blue: 0.675)
/* Android */
Color.parseColor("#bbabac")Accessibility — WCAG contrast
Aa
#bbabac on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbabac on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow8.0%
Key (black)26.7%
Color previews
#bbabac text on a black background
contrast 9.53:1
Card sample
#bbabac text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbabac;
Background color
Panel with #bbabac background
background-color: #bbabac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbabac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 171, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 171, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbabac; background: linear-gradient(135deg, #bbabac, #BBB5AB);