#bbbbaa
a light, muted yellow · cool · closest name: silver
RGB
187, 187, 170
HSL
60°, 11%, 70%
CMYK
0, 0, 9, 27
Luminance
0.4901
Every format
| HEX | #bbbbaa |
| RGB | rgb(187, 187, 170) |
| HSL | hsl(60, 11%, 70%) |
| CMYK | cmyk(0%, 0%, 9%, 27%) |
| LAB | lab(75.5 -3.0 8.6) |
| LCH | lch(75.5 9.1 109.3) |
| OKLCH | oklch(0.787 0.024 106.9) |
Copy-ready code
/* CSS */
color: #bbbbaa;
background-color: #bbbbaa;
/* Tailwind (arbitrary) */
class="text-[#bbbbaa] bg-[#bbbbaa]"
/* SCSS */
$brand: #bbbbaa;
/* SwiftUI */
Color(red: 0.733, green: 0.733, blue: 0.667)
/* Android */
Color.parseColor("#bbbbaa")Accessibility — WCAG contrast
Aa
#bbbbaa on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbbbaa on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green73.3%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.1%
Key (black)26.7%
Color previews
#bbbbaa text on a black background
contrast 10.80:1
Card sample
#bbbbaa text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbbbaa;
Background color
Panel with #bbbbaa background
background-color: #bbbbaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbbbaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 187, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 187, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbbbaa; background: linear-gradient(135deg, #bbbbaa, #B0BBAA);