#bbaa77
a balanced, soft yellow · cool · closest name: tan
RGB
187, 170, 119
HSL
45°, 33%, 60%
CMYK
0, 9, 36, 27
Luminance
0.4065
Every format
| HEX | #bbaa77 |
| RGB | rgb(187, 170, 119) |
| HSL | hsl(45, 33%, 60%) |
| CMYK | cmyk(0%, 9%, 36%, 27%) |
| LAB | lab(69.9 -1.4 28.6) |
| LCH | lch(69.9 28.6 92.8) |
| OKLCH | oklch(0.740 0.071 91.8) |
Copy-ready code
/* CSS */
color: #bbaa77;
background-color: #bbaa77;
/* Tailwind (arbitrary) */
class="text-[#bbaa77] bg-[#bbaa77]"
/* SCSS */
$brand: #bbaa77;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.467)
/* Android */
Color.parseColor("#bbaa77")Accessibility — WCAG contrast
Aa
#bbaa77 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaa77 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow36.4%
Key (black)26.7%
Color previews
#bbaa77 text on a black background
contrast 9.13:1
Card sample
#bbaa77 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaa77;
Background color
Panel with #bbaa77 background
background-color: #bbaa77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaa77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaa77; background: linear-gradient(135deg, #bbaa77, #9FBB77);