#bb9f77
a balanced, soft orange · warm · closest name: tan
RGB
187, 159, 119
HSL
35°, 33%, 60%
CMYK
0, 15, 36, 27
Luminance
0.3669
Every format
| HEX | #bb9f77 |
| RGB | rgb(187, 159, 119) |
| HSL | hsl(35, 33%, 60%) |
| CMYK | cmyk(0%, 15%, 36%, 27%) |
| LAB | lab(67.0 4.5 24.7) |
| LCH | lch(67.0 25.1 79.6) |
| OKLCH | oklch(0.718 0.064 76.3) |
Copy-ready code
/* CSS */
color: #bb9f77;
background-color: #bb9f77;
/* Tailwind (arbitrary) */
class="text-[#bb9f77] bg-[#bb9f77]"
/* SCSS */
$brand: #bb9f77;
/* SwiftUI */
Color(red: 0.733, green: 0.624, blue: 0.467)
/* Android */
Color.parseColor("#bb9f77")Accessibility — WCAG contrast
Aa
#bb9f77 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb9f77 on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow36.4%
Key (black)26.7%
Color previews
#bb9f77 text on a black background
contrast 8.34:1
Card sample
#bb9f77 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb9f77;
Background color
Panel with #bb9f77 background
background-color: #bb9f77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb9f77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 159, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 159, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb9f77; background: linear-gradient(135deg, #bb9f77, #AABB77);