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