#bbaba4
a light, muted orange · warm · closest name: silver
RGB
187, 171, 164
HSL
18°, 15%, 69%
CMYK
0, 9, 12, 27
Luminance
0.4237
Every format
| HEX | #bbaba4 |
| RGB | rgb(187, 171, 164) |
| HSL | hsl(18, 15%, 69%) |
| CMYK | cmyk(0%, 9%, 12%, 27%) |
| LAB | lab(71.1 4.6 5.7) |
| LCH | lch(71.1 7.3 51.2) |
| OKLCH | oklch(0.753 0.021 45.2) |
Copy-ready code
/* CSS */
color: #bbaba4;
background-color: #bbaba4;
/* Tailwind (arbitrary) */
class="text-[#bbaba4] bg-[#bbaba4]"
/* SCSS */
$brand: #bbaba4;
/* SwiftUI */
Color(red: 0.733, green: 0.671, blue: 0.643)
/* Android */
Color.parseColor("#bbaba4")Accessibility — WCAG contrast
Aa
#bbaba4 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaba4 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.1%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow12.3%
Key (black)26.7%
Color previews
#bbaba4 text on a black background
contrast 9.47:1
Card sample
#bbaba4 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaba4;
Background color
Panel with #bbaba4 background
background-color: #bbaba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 171, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 171, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaba4; background: linear-gradient(135deg, #bbaba4, #BBBAA4);