#bbaaa9
a light, muted red · warm · closest name: silver
RGB
187, 170, 169
HSL
3°, 12%, 70%
CMYK
0, 9, 10, 27
Luminance
0.4218
Every format
| HEX | #bbaaa9 |
| RGB | rgb(187, 170, 169) |
| HSL | hsl(3, 12%, 70%) |
| CMYK | cmyk(0%, 9%, 10%, 27%) |
| LAB | lab(71.0 6.0 2.7) |
| LCH | lch(71.0 6.5 24.7) |
| OKLCH | oklch(0.752 0.020 21.7) |
Copy-ready code
/* CSS */
color: #bbaaa9;
background-color: #bbaaa9;
/* Tailwind (arbitrary) */
class="text-[#bbaaa9] bg-[#bbaaa9]"
/* SCSS */
$brand: #bbaaa9;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.663)
/* Android */
Color.parseColor("#bbaaa9")Accessibility — WCAG contrast
Aa
#bbaaa9 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaaa9 on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue66.3%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow9.6%
Key (black)26.7%
Color previews
#bbaaa9 text on a black background
contrast 9.44:1
Card sample
#bbaaa9 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaaa9;
Background color
Panel with #bbaaa9 background
background-color: #bbaaa9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaaa9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaaa9; background: linear-gradient(135deg, #bbaaa9, #BBB6A9);