#bc9a80
a balanced, soft orange · warm · closest name: Tan
At a glance
Every number on this page in one read: what #bc9a80 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 | #bc9a80 |
| RGB | rgb(188, 154, 128) |
| HSL | hsl(26, 31%, 62%) |
| CMYK | cmyk(0%, 18%, 32%, 26%) |
| LAB | lab(66.0 8.8 18.4) |
| LCH | lch(66.0 20.4 64.4) |
| OKLCH | oklch(0.711 0.055 59.1) |
| Decimal | 12360320 |
| Display P3 | color(display-p3 0.737 0.604 0.502) |
Copy-ready code
/* CSS */
color: #bc9a80;
background-color: #bc9a80;
/* Tailwind (arbitrary) */
class="text-[#bc9a80] bg-[#bc9a80]"
/* SCSS */
$brand: #bc9a80;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.502)
/* Android */
Color.parseColor("#bc9a80")
/* Flutter */
Color(0xFFBC9A80)
/* Python / OpenCV (BGR) */
(128, 154, 188)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. #bc9a80 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: #F9F7F6;
--brand-100: #F3EFEC;
--brand-200: #E7DDD5;
--brand-300: #D8C5B6;
--brand-400: #bc9a80;
--brand-500: #B18A6C;
--brand-600: #A07555;
--brand-700: #866246;
--brand-800: #6B4E38;
--brand-900: #4F3B2C;
--brand-950: #31251B;
--brand: #bc9a80;
--brand-ink: #000000;
}Colors that work with #bc9a80
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 #bc9a80
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
- ⚠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 | #80A2BC | Directly opposite — maximum tension | |
| Analogous left | #BC8084 | Neighbour, quieter | |
| Analogous right | #BCB880 | Neighbour, quieter | |
| Split-complement 1 | #80BCB8 | Contrast without the clash | |
| Split-complement 2 | #8084BC | Contrast without the clash | |
| Triadic 1 | #80BC9A | Even thirds — balanced and loud | |
| Triadic 2 | #9A80BC | Even thirds — balanced and loud | |
| Tetradic | #84BC80 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#bc9a80 text on a black background
contrast 8.07:1
#bc9a80 text on a white background
contrast 2.60:1
CSS3 live lab
The quick brown fox
color: #bc9a80;
background-color: #bc9a80;
Glowing headline
text-shadow: 2px 2px 8px #bc9a80;
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 128, 0.45);
box-shadow: 0 12px 32px -8px rgba(188, 154, 128, 0.45);
border: 3px solid #bc9a80; background: linear-gradient(135deg, #bc9a80, #B6BC80);
Monochromatic scale
Palettes built from #bc9a80
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: Tan (#d2b48c) — ΔE2000 9 away, with its history, psychology and brand usage.
#bc9a80 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.
#bc9a80, answered
What color is #bc9a80?
#bc9a80 is a balanced soft orange, closest to Tan (ΔE2000 9). It sits at 26° on the hue wheel with 31% saturation and 62% lightness, which reads as warm.
What is the RGB value of #bc9a80?
rgb(188, 154, 128) — 188 red, 154 green and 128 blue out of 255, or 73.7% / 60.4% / 50.2% by channel.
Is #bc9a80 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3536 and perceived brightness is 64%, so black text on it reaches 8.07:1.
Should I use black or white text on #bc9a80?
Black. It scores 8.07:1 against #bc9a80, versus 2.60:1 for white — AAA at any size.
What is the complementary color of #bc9a80?
#80A2BC sits directly opposite on the wheel. Softer options are the split-complements #80BCB8 and #8084BC, which give the same contrast with far less vibration.
What colors go well with #bc9a80?
For interface work: #FAF7F5 as the surface, #E3D5CA for borders, #966E4F for secondary text, #427D8A as an accent and #533D2C for hover and pressed states. For a palette, the analogous pair #BC8084 and #BCB880 stays calm, while #80A2BC is the loudest partner.
What is #bc9a80 in CMYK for printing?
cmyk(0%, 18%, 32%, 26%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #bc9a80 warm or cool?
Warm — it scores 8 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #C5A791; nudged cooler, #BE827E.