#bbaa99
a light, soft orange · warm · closest name: silver
RGB
187, 170, 153
HSL
30°, 20%, 67%
CMYK
0, 9, 18, 27
Luminance
0.4161
Every format
| HEX | #bbaa99 |
| RGB | rgb(187, 170, 153) |
| HSL | hsl(30, 20%, 67%) |
| CMYK | cmyk(0%, 9%, 18%, 27%) |
| LAB | lab(70.6 3.3 11.0) |
| LCH | lch(70.6 11.5 73.2) |
| OKLCH | oklch(0.748 0.031 67.3) |
Copy-ready code
/* CSS */
color: #bbaa99;
background-color: #bbaa99;
/* Tailwind (arbitrary) */
class="text-[#bbaa99] bg-[#bbaa99]"
/* SCSS */
$brand: #bbaa99;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#bbaa99")Accessibility — WCAG contrast
Aa
#bbaa99 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaa99 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow18.2%
Key (black)26.7%
Color previews
#bbaa99 text on a black background
contrast 9.32:1
Card sample
#bbaa99 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaa99;
Background color
Panel with #bbaa99 background
background-color: #bbaa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaa99; background: linear-gradient(135deg, #bbaa99, #B5BB99);