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