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