#bbaba6
a light, muted red · warm · closest name: silver
RGB
187, 171, 166
HSL
14°, 13%, 69%
CMYK
0, 9, 11, 27
Luminance
0.4244
Every format
| HEX | #bbaba6 |
| RGB | rgb(187, 171, 166) |
| HSL | hsl(14, 13%, 69%) |
| CMYK | cmyk(0%, 9%, 11%, 27%) |
| LAB | lab(71.2 4.9 4.7) |
| LCH | lch(71.2 6.8 43.6) |
| OKLCH | oklch(0.753 0.020 38.1) |
Copy-ready code
/* CSS */
color: #bbaba6;
background-color: #bbaba6;
/* Tailwind (arbitrary) */
class="text-[#bbaba6] bg-[#bbaba6]"
/* SCSS */
$brand: #bbaba6;
/* SwiftUI */
Color(red: 0.733, green: 0.671, blue: 0.651)
/* Android */
Color.parseColor("#bbaba6")Accessibility — WCAG contrast
Aa
#bbaba6 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaba6 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.1%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow11.2%
Key (black)26.7%
Color previews
#bbaba6 text on a black background
contrast 9.49:1
Card sample
#bbaba6 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaba6;
Background color
Panel with #bbaba6 background
background-color: #bbaba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 171, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 171, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaba6; background: linear-gradient(135deg, #bbaba6, #BBB9A6);