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