#bbaa66
a balanced, soft yellow · cool · closest name: tan
RGB
187, 170, 102
HSL
48°, 39%, 57%
CMYK
0, 9, 46, 27
Luminance
0.4027
Every format
| HEX | #bbaa66 |
| RGB | rgb(187, 170, 102) |
| HSL | hsl(48, 39%, 57%) |
| CMYK | cmyk(0%, 9%, 46%, 27%) |
| LAB | lab(69.7 -3.3 37.2) |
| LCH | lch(69.7 37.3 95.0) |
| OKLCH | oklch(0.737 0.090 95.8) |
Copy-ready code
/* CSS */
color: #bbaa66;
background-color: #bbaa66;
/* Tailwind (arbitrary) */
class="text-[#bbaa66] bg-[#bbaa66]"
/* SCSS */
$brand: #bbaa66;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.400)
/* Android */
Color.parseColor("#bbaa66")Accessibility — WCAG contrast
Aa
#bbaa66 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaa66 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow45.5%
Key (black)26.7%
Color previews
#bbaa66 text on a black background
contrast 9.05:1
Card sample
#bbaa66 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaa66;
Background color
Panel with #bbaa66 background
background-color: #bbaa66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaa66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaa66; background: linear-gradient(135deg, #bbaa66, #93BB66);