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