#bbaba0
a light, soft orange · warm · closest name: silver
RGB
187, 171, 160
HSL
24°, 17%, 68%
CMYK
0, 9, 14, 27
Luminance
0.4223
Every format
| HEX | #bbaba0 |
| RGB | rgb(187, 171, 160) |
| HSL | hsl(24, 17%, 68%) |
| CMYK | cmyk(0%, 9%, 14%, 27%) |
| LAB | lab(71.0 3.9 7.8) |
| LCH | lch(71.0 8.7 63.3) |
| OKLCH | oklch(0.752 0.024 56.8) |
Copy-ready code
/* CSS */
color: #bbaba0;
background-color: #bbaba0;
/* Tailwind (arbitrary) */
class="text-[#bbaba0] bg-[#bbaba0]"
/* SCSS */
$brand: #bbaba0;
/* SwiftUI */
Color(red: 0.733, green: 0.671, blue: 0.627)
/* Android */
Color.parseColor("#bbaba0")Accessibility — WCAG contrast
Aa
#bbaba0 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaba0 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.1%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow14.4%
Key (black)26.7%
Color previews
#bbaba0 text on a black background
contrast 9.45:1
Card sample
#bbaba0 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaba0;
Background color
Panel with #bbaba0 background
background-color: #bbaba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 171, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 171, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaba0; background: linear-gradient(135deg, #bbaba0, #B9BBA0);