#b1b686
a balanced, soft yellow · warm · closest name: Dark Khaki
At a glance
Every number on this page in one read: what #b1b686 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #b1b686 |
| RGB | rgb(177, 182, 134) |
| HSL | hsl(66, 25%, 62%) |
| CMYK | cmyk(3%, 0%, 26%, 29%) |
| LAB | lab(72.6 -9.7 23.9) |
| LCH | lch(72.6 25.8 112.2) |
| OKLCH | oklch(0.760 0.065 112.8) |
| Decimal | 11646598 |
| Display P3 | color(display-p3 0.694 0.714 0.525) |
Copy-ready code
/* CSS */
color: #b1b686;
background-color: #b1b686;
/* Tailwind (arbitrary) */
class="text-[#b1b686] bg-[#b1b686]"
/* SCSS */
$brand: #b1b686;
/* SwiftUI */
Color(red: 0.694, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#b1b686")
/* Flutter */
Color(0xFFB1B686)
/* Python / OpenCV (BGR) */
(134, 182, 177)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #b1b686 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F9F9F6;
--brand-100: #F2F3ED;
--brand-200: #E4E5D7;
--brand-300: #D2D5B9;
--brand-400: #b1b686;
--brand-500: #A5AB73;
--brand-600: #92995C;
--brand-700: #7A7F4D;
--brand-800: #62663D;
--brand-900: #484B2F;
--brand-950: #2D2F1E;
--brand: #b1b686;
--brand-ink: #000000;
}Colors that work with #b1b686
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #b1b686
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #8B86B6 | Directly opposite — maximum tension | |
| Analogous left | #B6A386 | Neighbour, quieter | |
| Analogous right | #99B686 | Neighbour, quieter | |
| Split-complement 1 | #8699B6 | Contrast without the clash | |
| Split-complement 2 | #A386B6 | Contrast without the clash | |
| Triadic 1 | #86B1B6 | Even thirds — balanced and loud | |
| Triadic 2 | #B686B1 | Even thirds — balanced and loud | |
| Tetradic | #86B6A3 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#b1b686 text on a black background
contrast 9.90:1
#b1b686 text on a white background
contrast 2.12:1
CSS3 live lab
The quick brown fox
color: #b1b686;
background-color: #b1b686;
Glowing headline
text-shadow: 2px 2px 8px #b1b686;
Soft neon halo
text-shadow: 0 0 14px rgba(177, 182, 134, 0.45);
box-shadow: 0 12px 32px -8px rgba(177, 182, 134, 0.45);
border: 3px solid #b1b686; background: linear-gradient(135deg, #b1b686, #91B686);
Monochromatic scale
Palettes built from #b1b686
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Sage (#9caf88) — ΔE2000 5.8 away, with its history, psychology and brand usage.
#b1b686 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#b1b686, answered
What color is #b1b686?
#b1b686 is a balanced soft yellow, closest to Dark Khaki (ΔE2000 7). It sits at 66° on the hue wheel with 25% saturation and 62% lightness, which reads as warm.
What is the RGB value of #b1b686?
rgb(177, 182, 134) — 177 red, 182 green and 134 blue out of 255, or 69.4% / 71.4% / 52.5% by channel.
Is #b1b686 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4452 and perceived brightness is 69%, so black text on it reaches 9.90:1.
Should I use black or white text on #b1b686?
Black. It scores 9.90:1 against #b1b686, versus 2.12:1 for white — AAA at any size.
What is the complementary color of #b1b686?
#8B86B6 sits directly opposite on the wheel. Softer options are the split-complements #8699B6 and #A386B6, which give the same contrast with far less vibration.
What colors go well with #b1b686?
For interface work: #F9F9F5 as the surface, #DEE0CC for borders, #898F56 for secondary text, #828ABA as an accent and #4C4F30 for hover and pressed states. For a palette, the analogous pair #B6A386 and #99B686 stays calm, while #8B86B6 is the loudest partner.
What is #b1b686 in CMYK for printing?
cmyk(3%, 0%, 26%, 29%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #b1b686 warm or cool?
Warm — it scores 36 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #B6AA86; nudged cooler, #A0B884.